Set MICROPY_HW_LED_STATUS pin to the elecfreaks_picoed

This commit is contained in:
Xu Hao 2022-07-11 16:51:06 +08:00
parent f95bd243c6
commit be3482ff05
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
#define MICROPY_HW_BOARD_NAME "ELECFREAKS PICO:ED"
#define MICROPY_HW_MCU_NAME "rp2040"
#define MICROPY_HW_LED_STATUS (&pin_GPIO25)