source: trunk/firmware_v2/SES/inc/buzzer.h @ 18

Last change on this file since 18 was 17, checked in by f.jahn, 9 days ago
File size: 212 bytes
Line 
1#ifndef __BUZZER_H
2#define __BUZZER_H
3
4
5void BUZZER_Exec(void);
6void BUZZER_Beep(unsigned int time);
7void BUZZER_Alarm_Start(unsigned int on, unsigned int off );
8void BUZZER_Alarm_Stop(void);
9
10
11#endif
Note: See TracBrowser for help on using the repository browser.