Releases: adafruit/Adafruit_CircuitPython_ADS1x15
Releases · adafruit/Adafruit_CircuitPython_ADS1x15
Now on PyPi!
- 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.
To use in CPython, pip install adafruit-circuitpython-ads1x15
.
Read the docs for info on how to use it.
Wait For Conversion
Adds a polling loop to wait for conversion to complete.
0.3.1: Now on PyPI!
- Added `setup.py` - Added PyPI release info to `.travis.yml` - Added a more comprehensive `.gitignore` To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, 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/adafruit-circuitpython-ads1x15/en/latest/) for info on how to use it.
Improved reference documentation.
Thanks to @sommersoft for the great work!
Sphinx update.
Thanks to @brentru for the great work!
has __init__ and new build process
Initially left the file init.py out of the library sub folder. This release adds it in. Also, files have been updated for new build process.
initial release for CircuitPython library bundle
0.1.0 fix .travis.yml