Releases: adafruit/Adafruit_CircuitPython_SHT31D
2.3.17 - Fixed version string
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.16 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.15 - Populate __version__ attribute
This library now has the correct version set in the module attribute __version__
when installed from PyPI.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.14 - Fixed README example
Fixed the example listed in the README. No functional changes were made since the previous release. Thanks @luizvital!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.13 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.12 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.11 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.10 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.9 - Added bitwise operation ensuring CRC only returns 8 bits
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.
2.3.8 - Removed obsolete reference to ustruct
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-sht31d
.
Read the docs for info on how to use it.