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