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 0437199 commit 2b06841Copy full SHA for 2b06841
ports/atmel-samd/boards/sparkfun_samd51_micromod/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_PB04) }
+ { MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_PB04) },
6
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_PB05) },
7
8
37BB // A (ADC) pins (A0-A4)
0 commit comments