pimoroni-pico-rp2350/micropython/board/PIMORONI_TINY2350/mpconfigboard.h
Phil Howard ff191e04b9 All: Breaking: Change firmware/filesytem sizes.
Pico 2 / Pico 2B: Change to match upstream RPI_PICO2
Pico Plus 2: Allocate 2MB to firmware
Tiny 2350: Allocate 2MB to firmware
Plasma 2350: Allocate 2MB to firmware
2024-08-22 09:54:02 +01:00

7 lines
294 B
C

// Board and hardware specific configuration
#define MICROPY_HW_BOARD_NAME "Pimoroni Tiny 2350"
#define MICROPY_HW_FLASH_STORAGE_BYTES (PICO_FLASH_SIZE_BYTES - (2 * 1024 * 1024))
// I2C0 (non-default)
#define MICROPY_HW_I2C0_SCL (4)
#define MICROPY_HW_I2C0_SDA (5)