We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393bc9b commit a3289c3Copy full SHA for a3289c3
ports/nrf/boards/feather52/pins.c
@@ -120,5 +120,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
120
{ MP_ROM_QSTR(MP_QSTR_A5 ), MP_ROM_PTR(&pin_PA29) },
121
{ MP_ROM_QSTR(MP_QSTR_A6 ), MP_ROM_PTR(&pin_PA30) },
122
{ 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
124
};
125
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments