buzzer.h File Reference
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. | |
Detailed Description
Buzzer driver.
- Version:
- Id
- buzzer.h 3086 2009-10-20 14:39:38Z asterix
Definition in file buzzer.h.
