Skip to content

Commit 5345cc4

Browse files
authored
Add I2C pins for PicoVision
1 parent 8eac60a commit 5345cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micropython/modules_py/pimoroni.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
BREAKOUT_GARDEN_I2C_PINS = {"sda": 4, "scl": 5}
66
PICO_EXPLORER_I2C_PINS = {"sda": 20, "scl": 21}
77
HEADER_I2C_PINS = {"sda": 20, "scl": 21}
8+
PICOVISION_I2C_PINS = {"sda": 6, "scl": 7}
89

910
# Motor and encoder directions
1011
NORMAL_DIR = 0x00

0 commit comments

Comments
 (0)