Simple speaker beep controller. More...
#include "beep.h"
Public Member Functions | |
| BeepController () | |
| Constructor. | |
| void | beep_on (float freq=1000) |
| Enable beeping. | |
| void | beep_off () |
| Disable beeping. | |
Simple speaker beep controller.
Definition at line 24 of file beep.h.
| void BeepController::beep_on | ( | float | freq = 1000 |
) |
1.7.1