Simple speaker beep controller.
More...
#include "beep.h"
Detailed Description
Simple speaker beep controller.
- Author
- Tim Niemueller
Definition at line 24 of file beep.h.
Constructor & Destructor Documentation
BeepController::BeepController |
( |
| ) |
|
Constructor.
Definition at line 58 of file beep.cpp.
Member Function Documentation
void BeepController::beep_off |
( |
| ) |
|
Disable beeping.
Definition at line 90 of file beep.cpp.
void BeepController::beep_on |
( |
float |
freq = 1000 | ) |
|
Enable beeping.
- Parameters
-
freq | frequency to beep with |
Definition at line 67 of file beep.cpp.
The documentation for this class was generated from the following files: