Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 337 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 337 Bytes

SHT20 for Raspberry Pi

API documentation has usage and examples for MicroPython.

Running the Examples

  1. git clone https://github.com/u-fire/uFire_SHT20.git --depth=1
  2. cd uFire_SHT20/python/RaspberryPi
  3. sudo python3 shell.py
  4. sudo python3 humidity.py
  5. sudo python3 temperature.py