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 7b7b10a commit eae8d2aCopy full SHA for eae8d2a
ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c
@@ -30,7 +30,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
30
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO2) },
31
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO3) },
32
33
- { MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_GPIO4) },
+ { MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
34
+ { MP_ROM_QSTR(MP_QSTR_D12, MP_ROM_PTR(&pin_GPIO4) },
35
+
36
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },
37
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },
38
{ MP_ROM_QSTR(MP_QSTR_D9), MP_ROM_PTR(&pin_GPIO9) },
0 commit comments