adafruit / Adafruit_ADS1X15

Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator
Other
289 stars 301 forks source link

Provide readings in terms of volts. #60

Closed caternuson closed 3 years ago

caternuson commented 3 years ago

Add some new convenience functions that do the voltage conversion math and return volts. Currently, only raw ADC counts are available.

caternuson commented 3 years ago

Done with #61