Adafruit-circuitpython-sht31d

Latest version: v2.3.24

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

2.0.0

The driver name has been changed to reflect the product and repo names. The class name has been updated as well. THIS CHANGES HOW YOU USE THIS LIBRARY IN YOUR CODE.

- Drive filename is now `adafruit_sht31d.py`.
- Class name is now `SHT31D`.

If you are using existing code, you will need to update!

To use this library, your `import` and setup lines will now look like the following:
python
import adafruit_sht31d
sensor = adafruit_sht31d.SHT31D(i2c)


**Also, 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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-sht31d`.

Read the [docs](http://circuitpython.readthedocs.io/projects/sht31d/en/latest/) for info on how to use it.

1.0.2

Thanks to sommersoft 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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

Read the [docs](http://circuitpython.readthedocs.io/projects/sht31d/en/latest/) for info on how to use it.

1.0.1

Thanks to brentru for the great work!

1.0

Thanks to jerryneedell for the great work!

To use, download the file from this release, or install the [Adafruit CircuitPython Bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases).

Page 6 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.