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.
2 parents 927d5a0 + 889da59 commit f7f6a42Copy full SHA for f7f6a42
ports/raspberrypi/boards/sparkfun_micromod_rp2040/pins.c
@@ -2,7 +2,7 @@
2
3
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4
// D (Digital only) pins (D0,D1)
5
- { MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO7) }, // GPIO6 - D0
+ { MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO6) }, // GPIO6 - D0
6
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO7) }, // GPIO7 - D1
7
8
// A (ADC) pins (A0,A1)
0 commit comments