Skip to content

Commit 4167778

Browse files
authored
Merge pull request #4312 from jepler/feather-rp2040-led
feather rp2040: add board.LED
2 parents efc2667 + b27afad commit 4167778

File tree

1 file changed

+1
-0
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2040

1 file changed

+1
-0
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
2525
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
2626
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO12) },
2727
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO13) },
28+
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
2829

2930
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO16) },
3031

0 commit comments

Comments
 (0)