Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Revision:
5:90f059fdc625
Child:
7:5412a6d7ef6d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Alarm.h	Tue Jan 26 01:12:34 2016 +0000
@@ -0,0 +1,7 @@
+#ifndef ALARM_H
+#define ALARM_H
+
+void Sound_Alarm(void);
+
+
+#endif