Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Committer:
pstephens18
Date:
Wed Jan 27 02:03:43 2016 +0000
Revision:
11:be164273b969
Parent:
7:5412a6d7ef6d
Working
;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pstephens18 5:90f059fdc625 1 #ifndef ALARM_H
pstephens18 5:90f059fdc625 2 #define ALARM_H
pstephens18 5:90f059fdc625 3
pstephens18 5:90f059fdc625 4 void Sound_Alarm(void);
asloop18 7:5412a6d7ef6d 5 void turn_off(void);
pstephens18 11:be164273b969 6 void turn_on(void);
pstephens18 5:90f059fdc625 7
pstephens18 5:90f059fdc625 8
pstephens18 5:90f059fdc625 9 #endif