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 e0332c1 commit 36459c8Copy full SHA for 36459c8
ports/raspberrypi/boards/cytron_maker_pi_rp2040/pins.c
@@ -2,10 +2,10 @@
2
3
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
5
-
+
6
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO0) },
7
{ MP_ROM_QSTR(MP_QSTR_GP0), MP_ROM_PTR(&pin_GPIO0) },
8
9
{ MP_ROM_QSTR(MP_QSTR_GP1), MP_ROM_PTR(&pin_GPIO1) },
10
{ MP_ROM_QSTR(MP_QSTR_GP2), MP_ROM_PTR(&pin_GPIO2) },
11
{ MP_ROM_QSTR(MP_QSTR_GP3), MP_ROM_PTR(&pin_GPIO3) },
0 commit comments