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.
1 parent c2f469b commit 343b8b0Copy full SHA for 343b8b0
LittleConnectionMachine/CircuitPython/code.py
@@ -28,10 +28,10 @@
28
# IS31FL3731 can have one of four addresses, so to run eight of them we
29
# need *two* I2C buses, and not all boards can provide that. Here's where
30
# you'd define the pin numbers for a board...
31
-I2C1_SDA = board.GP4 # First I2C bus
32
-I2C1_SCL = board.GP5
33
-I2C2_SDA = board.GP26 # Second I2C bus
34
-I2C2_SCL = board.GP27
+I2C1_SDA = board.GP18 # First I2C bus
+I2C1_SCL = board.GP19
+I2C2_SDA = board.GP16 # Second I2C bus
+I2C2_SCL = board.GP17
35
36
# pylint: disable=too-few-public-methods
37
class FakePILImage:
0 commit comments