ttt2/my_src/alarm.h
Wolfgang Hottgenroth 4739491654 alarm stuff
2017-06-02 17:30:39 +02:00

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_ */