adafruit / Adafruit_CircuitPython_ADS1x15

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

Add wait for conversion #12

Closed caternuson closed 6 years ago

caternuson commented 6 years ago

This adds a wait for conversion polling loop to fix #11

However, also refactored a lot of the boiler plate register read / write code into private funcs.