Namespace for buzzer alarm functions. More...
Functions | |
| void | shortChirpError (void) |
| Chirps the buzzer every second indefinitely to indicate a fatal error condition. | |
| void | shortChirp (void) |
| Produces a short, single chirp of the buzzer. | |
| void | shortBeep (void) |
| Produces a single, short beep of the buzzer. | |
Namespace for buzzer alarm functions.
| void Buzzer::shortBeep | ( | void | ) |
Produces a single, short beep of the buzzer.
| void Buzzer::shortChirp | ( | void | ) |
Produces a short, single chirp of the buzzer.
| void Buzzer::shortChirpError | ( | void | ) |
Chirps the buzzer every second indefinitely to indicate a fatal error condition.