Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Buzzer Namespace Reference

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.
 

Detailed Description

Namespace for buzzer alarm functions.

Function Documentation

◆ shortBeep()

void Buzzer::shortBeep ( void )

Produces a single, short beep of the buzzer.

◆ shortChirp()

void Buzzer::shortChirp ( void )

Produces a short, single chirp of the buzzer.

◆ shortChirpError()

void Buzzer::shortChirpError ( void )

Chirps the buzzer every second indefinitely to indicate a fatal error condition.