source:
trunk/firmware/Core/inc/buzzer.h
Last change on this file was 9, checked in by f.jahn, 5 months ago | |
---|---|
File size: 212 bytes |
Rev | Line | |
---|---|---|
[9] | 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.