8000
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 d8b1df3 commit 8b97d8fCopy full SHA for 8b97d8f
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