Skip to content

Commit a3289c3

Browse files
author
microbuilder
committed
Added D13 for standard LED examples
1 parent 393bc9b commit a3289c3

File tree

1 file changed

+1
-0
lines changed
  • ports/nrf/boards/feather52

1 file changed

+1
-0
lines changed

ports/nrf/boards/feather52/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
120120
{ MP_ROM_QSTR(MP_QSTR_A5 ), MP_ROM_PTR(&pin_PA29) },
121121
{ MP_ROM_QSTR(MP_QSTR_A6 ), MP_ROM_PTR(&pin_PA30) },
122122
{ MP_ROM_QSTR(MP_QSTR_A7 ), MP_ROM_PTR(&pin_PA31) },
123+
{ MP_ROM_QSTR(MP_QSTR_D13 ), MP_ROM_PTR(&pin_PA17) }, // LED for stdrd exmpl
123124
};
124125
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)