Activity
From 06/16/2015 to 07/15/2015
06/25/2015
- BD 08:02 PM Software Development: RE: Is ADC supported in the 3.2 Linux build?
- Alex,
The main documentation for this is provided by TI: http://processors.wiki.ti.com/index.php/AM335x_ADC_Driver%27s_Guide
First check to see if @/sys/devices/platform/omap/ain/ain[0-7]@ exist on your booted system. If they do, p... - I need a single ADC input for an ambient light sensor, and would like to use one of the pins not needed by the MitySom 335x dev kit touch screen, ain7.
What do I need to do under the current Linux to get a single reading from this p...