Releases: adafruit/Adafruit_CircuitPython_DS18X20
Now ACTUALLY on PyPI!
Fix for PyPI deployment.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-ds18x20
.
Read the docs for info on how to use it.
Minor fixes
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-ds18x20
.
Read the docs for info on how to use it.
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-ds18x20
.
Read the docs for info on how to use it.
More doc improvements
Thanks to @sommersoft and @kattni for updating the README.
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.
Read the docs 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!
1.0 Initial Release
Initial release to trigger mpy generation with Travis CI.