mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-04 16:25:32 +00:00
move buzzer sequence timing to TC0
This commit is contained in:
@ -207,7 +207,7 @@ void watch_buzzer_play_sequence(int8_t *note_sequence, void (*callback_on_end)(v
|
||||
void watch_buzzer_abort_sequence(void);
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
void irq_handler_tc3(void);
|
||||
void irq_handler_tc0(void);
|
||||
#endif
|
||||
|
||||
/** @addtogroup led LED Control
|
||||
|
||||
Reference in New Issue
Block a user