BeRTOS
|
Buzzer driver. More...
#include <cfg/compiler.h>
Go to the source code of this file.
Functions | |
void | buz_init (void) |
Initialize buzzer. | |
void | buz_beep (mtime_t time) |
Beep for the specified ms time. | |
void | buz_repeat_start (mtime_t duration, mtime_t interval) |
Start buzzer repetition. | |
void | buz_repeat_stop (void) |
Stop buzzer repetition. |
Buzzer driver.
Definition in file buzzer.h.