summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-03-02 23:19:14 -0500
committerGitHub <noreply@github.com>2021-03-02 23:19:14 -0500
commit4167778bbce552c6e578a74e22db922c9cfb458e (patch)
tree1ea57d299b555864ed436d4b59f1fefd64c655fb
parentefc2667b5f087480b1b3233ae00ab1529a442f9f (diff)
parentb27afad9cb8070b2ac6f54638479a3bb167ab530 (diff)
Merge pull request #4312 from jepler/feather-rp2040-led
feather rp2040: add board.LED
-rw-r--r--ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c b/ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c
index a558d7fe6..cac08cb64 100644
--- a/ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c
+++ b/ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c
@@ -25,6 +25,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO12) },
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO13) },
+ { MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO16) },