2021-02-20 08:33:54 -05:00
|
|
|
#define MICROPY_HW_BOARD_NAME "Pimoroni Tiny 2040"
|
|
|
|
#define MICROPY_HW_MCU_NAME "rp2040"
|
|
|
|
|
|
|
|
#define MICROPY_HW_LED_R (&pin_GPIO18)
|
|
|
|
#define MICROPY_HW_LED_G (&pin_GPIO19)
|
|
|
|
#define MICROPY_HW_LED_B (&pin_GPIO20)
|
|
|
|
|
|
|
|
#define MICROPY_HW_USER_SW (&pin_GPIO23)
|
|
|
|
|
|
|
|
// These pins are unconnected
|
|
|
|
#define IGNORE_PIN_GPIO8 1
|
|
|
|
#define IGNORE_PIN_GPIO9 1
|
|
|
|
#define IGNORE_PIN_GPIO10 1
|
|
|
|
#define IGNORE_PIN_GPIO11 1
|
|
|
|
#define IGNORE_PIN_GPIO12 1
|
|
|
|
#define IGNORE_PIN_GPIO13 1
|
|
|
|
#define IGNORE_PIN_GPIO14 1
|
|
|
|
#define IGNORE_PIN_GPIO15 1
|
|
|
|
#define IGNORE_PIN_GPIO16 1
|
|
|
|
#define IGNORE_PIN_GPIO17 1
|
|
|
|
#define IGNORE_PIN_GPIO21 1
|
|
|
|
#define IGNORE_PIN_GPIO22 1
|
|
|
|
#define IGNORE_PIN_GPIO24 1
|
2021-02-20 12:19:31 -05:00
|
|
|
#define IGNORE_PIN_GPIO25 1
|