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 9284d25 commit 6acce76Copy full SHA for 6acce76
ports/espressif/boards/magiclick_s3_n4r2/pins.c
@@ -1,8 +1,6 @@
1
#include "shared-bindings/board/__init__.h"
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_IO0), MP_ROM_PTR(&pin_GPIO0) },
7
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
8
{ MP_ROM_QSTR(MP_QSTR_IO2), MP_ROM_PTR(&pin_GPIO2) },
0 commit comments