Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 857 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 857 Bytes

Si7021 Library

This is a micropython driver written for the Adafruit Si7021 breakout. The included example is designed to run on an Adafruit Feather Huzzah but can be easily modified for other controllers by changing the pins used.

Some parts based on the Adafruit Si7021 C++ driver.

Requirements:

Example:

Fritzing Diagram

>>> import example
>>> example.run_example()
Serial:              2883507688463925247
Identifier:          Si7021
Temperature:         21.88713
Relative Humidity:   30.55624

Module reset.

Temperature:         21.89787
Relative Humidity:   30.53336
Fahrenheit:          71.45477
>>>