Provide basic functions for using the buzzer for alarms and notifications. More...
#include "include/Common.h"Go to the source code of this file.
Namespaces | |
| namespace | Buzzer |
| Namespace for buzzer alarm functions. | |
Functions | |
| void | Buzzer::shortChirpError (void) |
| Chirps the buzzer every second indefinitely to indicate a fatal error condition. | |
| void | Buzzer::shortChirp (void) |
| Produces a short, single chirp of the buzzer. | |
| void | Buzzer::shortBeep (void) |
| Produces a single, short beep of the buzzer. | |
Provide basic functions for using the buzzer for alarms and notifications.