chrisbalmer / micropython-si7021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
>>> 

About

License:MIT License


Languages

Language:Python 100.0%