Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Alarm.h

Committer:
asloop18
Date:
2016-01-26
Revision:
7:5412a6d7ef6d
Parent:
5:90f059fdc625
Child:
11:be164273b969

File content as of revision 7:5412a6d7ef6d:

#ifndef ALARM_H
#define ALARM_H

void Sound_Alarm(void);
void turn_off(void);


#endif