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 ccde64f commit 1044cddCopy full SHA for 1044cdd
ports/atmel-samd/boards/bradanlanestudio_coin_m0/pins.c
@@ -19,6 +19,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
19
// { MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_PA09) },
20
// { MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_PA08) },
21
// { MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_PA15) },
22
+// move SPEAKER to PA15 aka D5 be ause it can do PWM
23
// { MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_PA20) },
24
// { MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_PA21) },
25
// { MP_ROM_QSTR(MP_QSTR_D8), MP_ROM_PTR(&pin_PA06) },
0 commit comments