alarm stuff

This commit is contained in:
Wolfgang Hottgenroth
2017-06-02 17:30:39 +02:00
parent 56f96e5f26
commit 4739491654
7 changed files with 57 additions and 5 deletions

16
my_src/alarm.h Normal file
View 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_ */