Skip to content

Commit 1a47521

Browse files
authored
Merge pull request #29 from adafruit/stemma_i2c
Added commented out board.STEMMA_I2C with explanation
2 parents e0acb1a + dceddb3 commit 1a47521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/st7735r_minitft_featherwing_simpletest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
displayio.release_displays()
1818

1919
reset_pin = 8
20-
i2c = board.I2C()
20+
i2c = board.I2C() # uses board.SCL and board.SDA
21+
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
2122
ss = Seesaw(i2c, 0x5E)
2223
ss.pin_mode(reset_pin, ss.OUTPUT)
2324

0 commit comments

Comments
 (0)