]> vault307.fbx.one Git - random.git/blob - tempSense.py
different projects to learn new things
[random.git] / tempSense.py
1 import machine, si7021, time
2
3 temp_sensor=si7021.Si7021(machine.I2C(0,sda=machine.Pin(0),scl=machine.Pin(1),freq=400000))
4