File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ports/nrf/boards/ohs2020_badge Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
20
20
21
21
{ MP_ROM_QSTR (MP_QSTR_DISPLAY ), MP_ROM_PTR (& displays [0 ].display ) },
22
22
23
- { MP_ROM_QSTR (MP_QSTR_BUTTON_A ), MP_ROM_PTR (& pin_P0_29 ) },
24
- { MP_ROM_QSTR (MP_QSTR_BUTTON_B ), MP_ROM_PTR (& pin_P0_03 ) },
25
- { MP_ROM_QSTR (MP_QSTR_BUTTON_C ), MP_ROM_PTR (& pin_P0_17 ) },
26
- { MP_ROM_QSTR (MP_QSTR_BUTTON_D ), MP_ROM_PTR (& pin_P1_03 ) },
23
+ { MP_ROM_QSTR (MP_QSTR_BUTTON_SW1 ), MP_ROM_PTR (& pin_P0_29 ) },
24
+ { MP_ROM_QSTR (MP_QSTR_BUTTON_SW2 ), MP_ROM_PTR (& pin_P0_03 ) },
25
+ { MP_ROM_QSTR (MP_QSTR_BUTTON_SW3 ), MP_ROM_PTR (& pin_P0_17 ) },
26
+ { MP_ROM_QSTR (MP_QSTR_BUTTON_SW4 ), MP_ROM_PTR (& pin_P1_03 ) },
27
27
};
28
28
29
29
MP_DEFINE_CONST_DICT (board_module_globals , board_module_globals_table );
You can’t perform that action at this time.
0 commit comments