kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Add I2C pins for PicoVision
rodzic
8eac60afc6
commit
5345cc42d2
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue