source:
trunk/firmware_v2/SES/inc/buzzer.h
@
17
Last change on this file since 17 was 17, checked in by f.jahn, 9 days ago | |
---|---|
File size: 212 bytes |
Rev | Line | |
---|---|---|
[17] | 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.