Skip to content

Releases: adafruit/Adafruit_CircuitPython_TMP007

Remove stop kwarg and use write_then_readinto.

23 Aug 17:27
89fc11e
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tmp007.

Read the docs for info on how to use it.

Update Travis Badge In Readme

16 Jan 02:29
e19423a
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tmp007.

Read the docs for info on how to use it.

Setup.py fix

28 Nov 18:39
690fde0
Compare
Choose a tag to compare

Fixed string space in setup.py.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tmp007.

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:39
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-tmp007.

Read the docs for info on how to use it.

Initial release and now on PyPi!

08 Aug 21:41
90b3145
Compare
Choose a tag to compare

Initial release. Thanks to @jerryneedell for the great work!

Added to 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-tmp007.

Read the docs for info on how to use it.