Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Alarm.h

Committer:
pstephens18
Date:
2016-01-27
Revision:
13:2ba69c3dc08a
Parent:
11:be164273b969

File content as of revision 13:2ba69c3dc08a:

#ifndef ALARM_H
#define ALARM_H

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


#endif