alarm stuff
This commit is contained in:
16
my_src/alarm.h
Normal file
16
my_src/alarm.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* alarm.h
|
||||
*
|
||||
* Created on: Jun 2, 2017
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#ifndef ALARM_H_
|
||||
#define ALARM_H_
|
||||
|
||||
|
||||
void enableAlarm();
|
||||
void disableAlarm();
|
||||
|
||||
|
||||
#endif /* ALARM_H_ */
|
Reference in New Issue
Block a user