Skip to content

Commit 7da4f5c

Browse files
authored
add white space
1 parent 91088ec commit 7da4f5c

File tree

1 file changed

+4
-0
lines changed
  • ports/raspberrypi/boards/pimoroni_pico_plus2

1 file changed

+4
-0
lines changed

ports/raspberrypi/boards/pimoroni_pico_plus2/pins.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,19 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
6363

6464
{ MP_ROM_QSTR(MP_QSTR_SPCE_CS), MP_ROM_PTR(&pin_GPIO33) },
6565
{ MP_ROM_QSTR(MP_QSTR_GP33), MP_ROM_PTR(&pin_GPIO33) },
66+
6667
{ MP_ROM_QSTR(MP_QSTR_SPCE_SCK), MP_ROM_PTR(&pin_GPIO34) },
6768
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_GPIO34) },
6869
{ MP_ROM_QSTR(MP_QSTR_GP34), MP_ROM_PTR(&pin_GPIO34) },
70+
6971
{ MP_ROM_QSTR(MP_QSTR_SPCE_MOSI), MP_ROM_PTR(&pin_GPIO35) },
7072
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_GPIO35) },
7173
{ MP_ROM_QSTR(MP_QSTR_GP35), MP_ROM_PTR(&pin_GPIO35) },
74+
7275
{ MP_ROM_QSTR(MP_QSTR_SPCE_MISO), MP_ROM_PTR(&pin_GPIO32) },
7376
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO32) },
7477
{ MP_ROM_QSTR(MP_QSTR_GP32), MP_ROM_PTR(&pin_GPIO32) },
78+
7579
{ MP_ROM_QSTR(MP_QSTR_SPCE_BL), MP_ROM_PTR(&pin_GPIO36) },
7680
{ MP_ROM_QSTR(MP_QSTR_GP36), MP_ROM_PTR(&pin_GPIO36) },
7781
{ MP_ROM_QSTR(MP_QSTR_TFT_BACKLIGHT), MP_ROM_PTR(&pin_GPIO36) },

0 commit comments

Comments
 (0)