mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
10 lines
254 B
C
10 lines
254 B
C
#define MICROPY_HW_BOARD_NAME "TinyPICO"
|
|
#define MICROPY_HW_MCU_NAME "ESP32-PICO-D4"
|
|
|
|
#define MICROPY_HW_I2C0_SCL (22)
|
|
#define MICROPY_HW_I2C0_SDA (21)
|
|
|
|
#define MICROPY_HW_SPI1_SCK (18)
|
|
#define MICROPY_HW_SPI1_MOSI (23)
|
|
#define MICROPY_HW_SPI1_MISO (19)
|