https://github.com/mcauser/micropython-sht31
MicroPython driver for the SHT31 Temperature and Humidity Sensor
https://github.com/mcauser/micropython-sht31
humidity micropython sht30 sht31 temperature
Last synced: about 1 year ago
JSON representation
MicroPython driver for the SHT31 Temperature and Humidity Sensor
- Host: GitHub
- URL: https://github.com/mcauser/micropython-sht31
- Owner: mcauser
- License: mit
- Created: 2020-09-25T07:34:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T08:17:48.000Z (over 5 years ago)
- Last Synced: 2025-03-25T12:33:04.111Z (about 1 year ago)
- Topics: humidity, micropython, sht30, sht31, temperature
- Homepage:
- Size: 209 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MicroPython SHT31 Temperature and Humidity Sensor
A MicroPython library for the I2C Sensirion SHT3x series of temperature and relative humidity sensors.
This library has been tested with a SHT31 and SHT30 on the SHT3x module, but should also work with the SHT35.

## License
Licensed under the [MIT License](http://opensource.org/licenses/MIT).
Copyright (c) 2020 Mike Causer