Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
AlarmMgr.h
Go to the documentation of this file.
1/******************************************************************************/
6
7#ifndef ALARMMGR_INCLUDED
8#define ALARMMGR_INCLUDED
9
10#include "include/Common.h"
11
15namespace Buzzer
16{
18 void shortChirpError(void);
19
21 void shortChirp(void);
22
24 void shortBeep(void);
25}
26#endif
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