Merge pull request #852 from pimoroni/helgibbons-patch-2
Add I2C pins for PicoVision
This commit is contained in:
commit
fc777ff0ca
|
@ -5,6 +5,7 @@ from machine import Pin, PWM, ADC
|
|||
BREAKOUT_GARDEN_I2C_PINS = {"sda": 4, "scl": 5}
|
||||
PICO_EXPLORER_I2C_PINS = {"sda": 20, "scl": 21}
|
||||
HEADER_I2C_PINS = {"sda": 20, "scl": 21}
|
||||
PICOVISION_I2C_PINS = {"sda": 6, "scl": 7}
|
||||
|
||||
# Motor and encoder directions
|
||||
NORMAL_DIR = 0x00
|
||||
|
|
Loading…
Reference in New Issue