Skip to content

Releases: adafruit/Adafruit_CircuitPython_ADS1x15

Now on PyPi!

02 Aug 20:36
2f76012
Compare
Choose a tag to compare
  • 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

10 Jul 20:46
8a5cb46
Compare
Choose a tag to compare

Adds a polling loop to wait for conversion to complete.

0.3.1: Now on PyPI!

02 Jul 23:02
Compare
Choose a tag to compare
  - 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.

23 Feb 21:43
49c1475
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Sphinx update.

21 Feb 23:01
9c637e1
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

has __init__ and new build process

12 Dec 22:44
1d91143
Compare
Choose a tag to compare

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

11 Nov 01:48
Compare
Choose a tag to compare