We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 446ccba + a6a7000 commit 1531dc4Copy full SHA for 1531dc4
examples/24lc32_simpletest.py
@@ -5,7 +5,8 @@
5
import board
6
import adafruit_24lc32
7
8
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
9
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
10
eeprom = adafruit_24lc32.EEPROM_I2C(i2c)
11
12
print("length: {}".format(len(eeprom)))
0 commit comments