buzzer.h

Go to the documentation of this file.
00001 
00044 #ifndef DRV_BUZZER_H
00045 #define DRV_BUZZER_H
00046 
00047 #include <cfg/compiler.h>
00048 
00049 void buz_init(void);
00050 void buz_beep(mtime_t time);
00051 void buz_repeat_start(mtime_t duration, mtime_t interval);
00052 void buz_repeat_stop(void);
00053 
00054 #endif /* DRV_BUZZER_H */