Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Revision:
13:2ba69c3dc08a
Parent:
12:f42b74f76630
--- a/TimeControl.cpp	Wed Jan 27 04:46:00 2016 +0000
+++ b/TimeControl.cpp	Wed Jan 27 04:59:13 2016 +0000
@@ -19,7 +19,7 @@
 
 void time_init(void){           //starting time and timers   
     set.start();
-    set_time(1454284799);
+    set_time(1454284799+10);
     AHH=12;Amm=0;
 }