14 lines
396 B
C
14 lines
396 B
C
#pragma once
|
|
|
|
void playBeep();
|
|
void playLongBeep();
|
|
void playStartMelody();
|
|
void playShutdownMelody();
|
|
void playGPSEnableBeep();
|
|
void playGPSDisableBeep();
|
|
void playComboTune();
|
|
void playBoop();
|
|
void playChirp();
|
|
void playLongPressLeadUp();
|
|
bool playNextLeadUpNote(); // Play the next note in the lead-up sequence
|
|
void resetLeadUpSequence(); // Reset the lead-up sequence to start from beginning
|