Closed Microsparky closed 4 years ago
Simple I2C tutorial using the Adafruit Si7021 Temperature & Humidity Sensor Breakout Board. the tutorial shows the use of gf i2c --scan, gf.i2c.write() and gf.i2c.read() from python shell, and a simple program which reads and prints the temperature.
gf i2c --scan
gf.i2c.write()
gf.i2c.read()
Squashed into one commit and merged. Thanks so much for the contribution! <3
Simple I2C tutorial using the Adafruit Si7021 Temperature & Humidity Sensor Breakout Board. the tutorial shows the use of
gf i2c --scan
,gf.i2c.write()
andgf.i2c.read()
from python shell, and a simple program which reads and prints the temperature.