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

Just make volts #90

Closed caternuson closed 7 months ago

caternuson commented 7 months ago

Oops, should have been *1000 in #89 instead of /1000.

This PR removes that math and instead just reports the value as volts V. The ADC range is order of volts, so seems better approach.

caternuson commented 7 months ago

@ladyada lets try this since apparently i cant math today