Skip to content

Releases: adafruit/Adafruit_CircuitPython_MCP9808

Update to .pylintrc

12 Nov 17:22
Compare
Choose a tag to compare

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!

06 Aug 21:30
48abed6
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-mcp9808.

Read the docs for info on how to use it.

More doc refinement

01 May 18:36
870a559
Compare
Choose a tag to compare

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

18 Jan 18:12
Compare
Choose a tag to compare
3.1.0

added examples folder and .py file

Updated with lint and autobundling!

20 Dec 23:07
1f4ea43
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!

2.0 Release for CircuitPython 2.x

10 Nov 22:23
846490f
Compare
Choose a tag to compare

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

11 Apr 17:33
Compare
Choose a tag to compare

Second release to trigger TravisCI generation. Requires CircuitPython 0.9.4!

Release for CircuitPython 0.9.4

11 Apr 00:55
Compare
Choose a tag to compare

This requires CircuitPython 0.9.4+!

  • Switch to new BusDevice API.
  • Switch to nativeio split APIs.

0.1

19 Jan 02:52
Compare
Choose a tag to compare
0.1

Initial release with support for reading the temperature.