Alarm Clock

Dependencies:   TextLCD mbed

Fork of SmartRise_MBED by Austin Sloop

Revision:
13:2ba69c3dc08a
Parent:
12:f42b74f76630
diff -r f42b74f76630 -r 2ba69c3dc08a main.cpp
--- a/main.cpp	Wed Jan 27 04:46:00 2016 +0000
+++ b/main.cpp	Wed Jan 27 04:59:13 2016 +0000
@@ -28,12 +28,11 @@
         }
         
         if(timeSW==1)timeProg();           // Activate using black switch
-        if(AlarmAdjust==1) alarmProg();    // Activate using Blue button with switch closed
-        led2 = 1; 
+        if(AlarmAdjust==1) alarmProg();    // Activate using Blue button with switch closed 
     }
 }
 
 
    
    
-   
+   
\ No newline at end of file