RobTillaart / ADS1X15

Arduino library for ADS1015 = I2C 12 bit ADC and ADS1115 = I2C 16 bit ADC
MIT License
155 stars 29 forks source link

requestADC(pin); should have 0 as default, #40

Closed RobTillaart closed 2 years ago

RobTillaart commented 2 years ago

requestADC(0); should have 0 as default, so it is slightly simpler for 1 channel devices,

Other functions should be checked.

triggered by issue https://github.com/RobTillaart/ADS1X15/issues/39

RobTillaart commented 2 years ago

needs modification