Opening ADC


To open ADC, pid_open function is required.

<?php
$pid = pid_open("/mmap/adc0");       // open ADC
?>

※ Refer to Appendix for detailed ADC information depending on the types of products.