We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3d0f commit 2f264d3Copy full SHA for 2f264d3
2 files changed
ports/espressif/boards/weact_esp32c6_n4/pins.c
@@ -29,6 +29,8 @@
29
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
30
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
31
32
+ { MP_ROM_QSTR(MP_QSTR_BOOT), MP_ROM_PTR(&pin_GPIO9) },
33
+
34
{ MP_ROM_QSTR(MP_QSTR_IO0), MP_ROM_PTR(&pin_GPIO0) },
35
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
36
{ MP_ROM_QSTR(MP_QSTR_IO2), MP_ROM_PTR(&pin_GPIO2) },
ports/espressif/boards/weact_esp32c6_n8/pins.c
+ { MP_ROM_QSTR(MP_QSTR_IO9), MP_ROM_PTR(&pin_GPIO9) },
0 commit comments