clean up location of buzzer functions, notes

This commit is contained in:
joeycastillo
2024-09-18 17:25:41 -04:00
parent 422cea8ff6
commit c02c89c880
4 changed files with 10 additions and 6 deletions

View File

@@ -258,4 +258,10 @@ void watch_set_led_yellow(void);
/** @brief Turns both the red and the green LEDs off. */
void watch_set_led_off(void);
/** @brief Disables the TCC peripheral. Should only be called internally. */
void _watch_disable_tcc(void);
/// @brief An array of periods for all the notes on a piano, corresponding to the names in BuzzerNote.
extern const uint16_t NotePeriods[108];
/// @}