17 lines
170 B
C
17 lines
170 B
C
![]() |
/*
|
||
|
* alarm.h
|
||
|
*
|
||
|
* Created on: Jun 2, 2017
|
||
|
* Author: wn
|
||
|
*/
|
||
|
|
||
|
#ifndef ALARM_H_
|
||
|
#define ALARM_H_
|
||
|
|
||
|
|
||
|
void enableAlarm();
|
||
|
void disableAlarm();
|
||
|
|
||
|
|
||
|
#endif /* ALARM_H_ */
|