source:
trunk/firmware_v2/SES/inc/buzzer.h
@
28
| Last change on this file since 28 was 17, checked in by f.jahn, 3 months 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.
