Merge pull request #6578 from xuhow/picoed_led_status

Picoed led status
This commit is contained in:
Scott Shawcroft 2022-07-11 13:23:02 -07:00 committed by GitHub
commit d8447de0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit d890d23f4261722338280f284cc1640e22e50e14
Subproject commit 53f15602460329f69fef95498e6b8293aebb513a

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)