Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Exercise 5: The I2C bus and the SHT30 Temperature and Humidity SensorIntroduction | ||||||||
Line: 24 to 24 | ||||||||
The most interesting documents are | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Using a driver from githubThis time we are going to be lazy (?) and just use a pure Python driver written by 'Roberto Sánchez which you can find on github at https://github.com/rsc1975/micropython-sht30/blob/master/sht30.py![]() |