To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip3 install adafruit-circuitpython-ads1x15`.
Read the [docs](http://circuitpython.readthedocs.io/projects/ads1x15/en/latest/) for info on how to use it.
1.0.0
**NOTE: API CHANGED !!!** API changed to match style of [MCP3xxx](https://github.com/adafruit/Adafruit_CircuitPython_MCP3xxx). See examples and docs for new interface.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip3 install adafruit-circuitpython-ads1x15`.
Read the [docs](http://circuitpython.readthedocs.io/projects/ads1x15/en/latest/) for info on how to use it.
0.5.3
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip3 install adafruit-circuitpython-ads1x15`.
Read the [docs](http://circuitpython.readthedocs.io/projects/ads1x15/en/latest/) for info on how to use it.
0.5.2
* Replaced asserts with raised exceptions.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-ads1x15`.
Read the [docs](http://circuitpython.readthedocs.io/projects/ads1x15/en/latest/) for info on how to use it.
0.5.1
- Added `setup.py` - Added PyPI release info to `.travis.yml` - Updated `requirements.txt` - Added a more comprehensive `.gitignore`
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
To use in CPython, `pip install adafruit-circuitpython-ads1x15`.
Read the [docs](http://circuitpython.readthedocs.io/projects/ads1x15/en/latest/) for info on how to use it.
0.4.0
Adds a polling loop to wait for conversion to complete.