https://www.st.com/content/st_com/en/products/mems-and-sensors/humidity-sensors/hts221.html
from machine import I2C
import HTS221
i2c = I2C(1)
hts = HTS221.HTS221(i2c)
hts.get()
From microbit/micropython Chinese community.
www.micropython.org.cn
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
https://www.st.com/content/st_com/en/products/mems-and-sensors/humidity-sensors/hts221.html
from machine import I2C
import HTS221
i2c = I2C(1)
hts = HTS221.HTS221(i2c)
hts.get()
From microbit/micropython Chinese community.
www.micropython.org.cn