RasPiArduino icon indicating copy to clipboard operation
RasPiArduino copied to clipboard

Add support for analog to digital conversion ...

Open nkolban opened this issue 9 years ago • 0 comments
trafficstars

While the Pi does not have any in-built analog to digital conversion, there are sets of well known integrated circuits that can be wired into a Pi solution that provide ADC. This issue suggests that we choose some ADC ICs, describe some sample circuits and provide user selectable "mappings" to driver code that will drive those ICs to provide ADC. Thus should a sketch need analogRead() (see ... https://www.arduino.cc/en/Reference/AnalogRead) ... then the ADC IC would be driven and the result would come up through the analogRead() output.

nkolban avatar Jan 09 '16 18:01 nkolban