greatscottgadgets / greatfet-tutorials

Learn to do something new with GreatFET!
https://greatscottgadgets.github.io/greatfet-tutorials/
BSD 3-Clause "New" or "Revised" License
61 stars 22 forks source link

Simple I2C tutorial #11

Closed Microsparky closed 4 years ago

Microsparky commented 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.

ktemkin commented 4 years ago

Squashed into one commit and merged. Thanks so much for the contribution! <3