source:
trunk/firmware_v4/SES/inc/buzzer.h@
42
| Last change on this file since 42 was 42, checked in by , 5 days ago | |
|---|---|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __BUZZER_H |
| 2 | #define __BUZZER_H |
| 3 | |
| 4 | |
| 5 | void BUZZER_Exec(void); |
| 6 | void BUZZER_Beep(unsigned int time); |
| 7 | void BUZZER_Alarm_Start(unsigned int on, unsigned int off ); |
| 8 | void BUZZER_Alarm_Stop(void); |
| 9 | |
| 10 | |
| 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
