7#ifndef ALARMMGR_INCLUDED
8#define ALARMMGR_INCLUDED
Common definitions used throughout the SoloController app.
Namespace for buzzer alarm functions.
Definition AlarmMgr.h:16
void shortChirpError(void)
Chirps the buzzer every second indefinitely to indicate a fatal error condition.
Definition AlarmMgr.cpp:27
void shortChirp(void)
Produces a short, single chirp of the buzzer.
Definition AlarmMgr.cpp:11
void shortBeep(void)
Produces a single, short beep of the buzzer.
Definition AlarmMgr.cpp:19