Skip to content

Commit fc777ff

Browse files
authored
Merge pull request #852 from pimoroni/helgibbons-patch-2
Add I2C pins for PicoVision
2 parents 8eac60a + 5345cc4 commit fc777ff

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)