adafruit / Adafruit_CircuitPython_ADS1x15

CircuitPython drivers for the ADS1x15 series of ADCs.
MIT License
140 stars 59 forks source link

Fast channel reads via caching last channel - part deux #34

Closed caternuson closed 5 years ago

caternuson commented 5 years ago

Follow up for #33

Logic refactored to handle repeat reads in single-shot mode.

caternuson commented 5 years ago

@ladyada you OK if I merge this and do a version bump?

ladyada commented 5 years ago

go 4 it!

caternuson commented 5 years ago

done! thanks for giving the cycle time to this.