mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-09 19:37:34 +00:00
15 lines
414 B
C
15 lines
414 B
C
#pragma once
|
|
|
|
void playBeep();
|
|
void playLongBeep();
|
|
void playStartMelody();
|
|
void playShutdownMelody();
|
|
void playGPSEnableBeep();
|
|
void playGPSDisableBeep();
|
|
void playComboTune();
|
|
void playBoop();
|
|
void playChirp();
|
|
void playClick();
|
|
void playLongPressLeadUp();
|
|
bool playNextLeadUpNote(); // Play the next note in the lead-up sequence
|
|
void resetLeadUpSequence(); // Reset the lead-up sequence to start from beginning
|