Humidity and Temperature Sensor
from machine import I2C
import sht20
sht = sht20.SHT20(I2C(1))
print(sht.humi(sht.humi_raw()))
From microbit/micropython Chinese community.
www.micropython.org.cn
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Humidity and Temperature Sensor
from machine import I2C
import sht20
sht = sht20.SHT20(I2C(1))
print(sht.humi(sht.humi_raw()))
From microbit/micropython Chinese community.
www.micropython.org.cn