Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Revision:
11:be164273b969
Parent:
7:5412a6d7ef6d
--- a/Alarm.h	Tue Jan 26 23:13:48 2016 +0000
+++ b/Alarm.h	Wed Jan 27 02:03:43 2016 +0000
@@ -3,6 +3,7 @@
 
 void Sound_Alarm(void);
 void turn_off(void);
+void turn_on(void);
 
 
 #endif