Skip to content

Commit 1044cdd

Browse files
authored
Add note to move SPEAKER to a PWM capable pin
1 parent ccde64f commit 1044cdd

File tree

1 file changed

+1
-0
lines changed
  • ports/atmel-samd/boards/bradanlanestudio_coin_m0

1 file changed

+1
-0
lines changed

ports/atmel-samd/boards/bradanlanestudio_coin_m0/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
1919
// { MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_PA09) },
2020
// { MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_PA08) },
2121
// { MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_PA15) },
22+
// move SPEAKER to PA15 aka D5 be ause it can do PWM
2223
// { MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_PA20) },
2324
// { MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_PA21) },
2425
// { MP_ROM_QSTR(MP_QSTR_D8), MP_ROM_PTR(&pin_PA06) },

0 commit comments

Comments
 (0)