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 40caa5b commit a98b85fCopy full SHA for a98b85f
ports/raspberrypi/boards/seeeduino_xiao_rp2350/pins.c
@@ -18,6 +18,8 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
18
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },
19
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_GPIO28) },
20
21
+ { MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_GPIO5) },
22
+
23
{ MP_ROM_QSTR(MP_QSTR_BAT_ADC_EN), MP_ROM_PTR(&pin_GPIO19) },
24
25
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },
0 commit comments