Releases: adafruit/Adafruit_CircuitPython_MCP9808
Update to .pylintrc
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mcp9808
.
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-mcp9808
.
Read the docs for info on how to use it.
More doc refinement
Thanks to @sommersoft and @brentru for the documentation refinement.
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.
Added examples folder and printtemp.py
3.1.0 added examples folder and .py file
Updated with lint and autobundling!
Thanks to @tannewt for the great work!
2.0 Release for CircuitPython 2.x
2.0 Release with updated MPY binary for CircuitPython 2.x releases. Also updated to use the latest bus device I2C readinto calls (must update Adafruit_Bus_Device library to latest version too!). Note this might not work with CircuitPython 3.0+ releases!
Second release for CircuitPython 0.9.4
Second release to trigger TravisCI generation. Requires CircuitPython 0.9.4!
Release for CircuitPython 0.9.4
This requires CircuitPython 0.9.4+!
- Switch to new BusDevice API.
- Switch to
nativeio
split APIs.