Fawkes API  Fawkes Development Version
BeepController Class Reference

Simple speaker beep controller. More...

#include "beep.h"

Public Member Functions

 BeepController ()
 Constructor. More...
 
void beep_on (float freq=1000)
 Enable beeping. More...
 
void beep_off ()
 Disable beeping. More...
 

Detailed Description

Simple speaker beep controller.

Author
Tim Niemueller

Definition at line 24 of file beep.h.

Constructor & Destructor Documentation

◆ BeepController()

BeepController::BeepController ( )

Constructor.

Definition at line 58 of file beep.cpp.

Member Function Documentation

◆ beep_off()

void BeepController::beep_off ( )

Disable beeping.

Definition at line 90 of file beep.cpp.

◆ beep_on()

void BeepController::beep_on ( float  freq = 1000)

Enable beeping.

Parameters
freqfrequency to beep with

Definition at line 67 of file beep.cpp.


The documentation for this class was generated from the following files: