Skip to content

Commit 7928a0d

Browse files
committed
Blank lines to group aliases.
1 parent 3730862 commit 7928a0d

File tree

1 file changed

+3
-0
lines changed
  • ports/esp32s2/boards/adafruit_magtag_2.9_grayscale

1 file changed

+3
-0
lines changed

ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/pins.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1717

1818
{ MP_ROM_QSTR(MP_QSTR_BUTTON_A), MP_ROM_PTR(&pin_GPIO15) },
1919
{ MP_ROM_QSTR(MP_QSTR_D15), MP_ROM_PTR(&pin_GPIO15) },
20+
2021
{ MP_ROM_QSTR(MP_QSTR_BUTTON_B), MP_ROM_PTR(&pin_GPIO14) },
2122
{ MP_ROM_QSTR(MP_QSTR_D14), MP_ROM_PTR(&pin_GPIO14) },
23+
2224
{ MP_ROM_QSTR(MP_QSTR_BUTTON_C), MP_ROM_PTR(&pin_GPIO12) },
2325
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO12) },
26+
2427
{ MP_ROM_QSTR(MP_QSTR_BUTTON_D), MP_ROM_PTR(&pin_GPIO11) },
2528
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
2629

0 commit comments

Comments
 (0)