BeRTOS
|
00001 00043 #ifndef DRV_BUZZER_H 00044 #define DRV_BUZZER_H 00045 00046 #include <cfg/compiler.h> 00047 00048 void buz_init(void); 00049 void buz_beep(mtime_t time); 00050 void buz_repeat_start(mtime_t duration, mtime_t interval); 00051 void buz_repeat_stop(void); 00052 00053 #endif /* DRV_BUZZER_H */