Skip to content

Commit

Permalink
Merge pull request #8 from adafruit/stemma_i2c
Browse files Browse the repository at this point in the history
Added commented out board.STEMMA_I2C with explanation
  • Loading branch information
evaherrada authored Nov 21, 2022
2 parents 649f168 + 9854b5e commit 36c1429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/tc74_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import board
import adafruit_tc74

i2c = board.I2C()
i2c = board.I2C() # uses board.SCL and board.SDA
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
tc = adafruit_tc74.TC74(i2c)

while True:
Expand Down

0 comments on commit 36c1429

Please sign in to comment.