Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Alarm.h

Committer:
pstephens18
Date:
2016-01-27
Revision:
11:be164273b969
Parent:
7:5412a6d7ef6d

File content as of revision 11:be164273b969:

#ifndef ALARM_H
#define ALARM_H

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


#endif