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 8eac60a commit 5345cc4Copy full SHA for 5345cc4
micropython/modules_py/pimoroni.py
@@ -5,6 +5,7 @@
5
BREAKOUT_GARDEN_I2C_PINS = {"sda": 4, "scl": 5}
6
PICO_EXPLORER_I2C_PINS = {"sda": 20, "scl": 21}
7
HEADER_I2C_PINS = {"sda": 20, "scl": 21}
8
+PICOVISION_I2C_PINS = {"sda": 6, "scl": 7}
9
10
# Motor and encoder directions
11
NORMAL_DIR = 0x00
0 commit comments