buzzer is working
This commit is contained in:
@ -9,7 +9,13 @@
|
||||
#define ALARM_H_
|
||||
|
||||
|
||||
void enableAlarm();
|
||||
typedef enum {
|
||||
TIME_ALARM,
|
||||
TEMPERATURE_ALARM
|
||||
} tAlarmType;
|
||||
|
||||
void alarmInit();
|
||||
void enableAlarm(tAlarmType alarmType);
|
||||
void disableAlarm();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user