Skip to content

Commit 9fcb5fe

Browse files
authored
Merge pull request #25 from adafruit/stemma_i2c
Added commented out board.STEMMA_I2C with explanation
2 parents 69961d0 + 4b37e41 commit 9fcb5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/si4713_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
# Initialize I2C bus.
1616
i2c = board.I2C() # uses board.SCL and board.SDA
17+
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
1718

1819
# Initialize SI4713.
1920
# si4713 = adafruit_si4713.SI4713(i2c)

0 commit comments

Comments
 (0)