Update ports/espressif/boards/lolin_c3_pico/mpconfigboard.h
update board I2C pins. Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
parent
a5df186fa7
commit
a163273ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#define MICROPY_HW_NEOPIXEL (&pin_GPIO7)
|
||||
|
||||
#define CIRCUITPY_BOARD_I2C (1)
|
||||
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO6, .sda = &pin_GPIO5}}
|
||||
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO10, .sda = &pin_GPIO8}}
|
||||
|
||||
#define CIRCUITPY_BOARD_SPI (1)
|
||||
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO10, .mosi = &pin_GPIO7, .miso = &pin_GPIO8}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue