Implemented LED Indicator Patterns

Dependencies:   mbed

Revision:
29:ca6caa47ef38
Parent:
28:eca152c69c9b
Child:
30:c186bf174348
--- a/app/main.cpp	Thu Apr 25 15:47:00 2019 +0000
+++ b/app/main.cpp	Thu Apr 25 15:49:17 2019 +0000
@@ -1199,7 +1199,7 @@
  //           pc.printf("VBAT= %d", (int)battery_reading);
             
             // Setting min value 2.0V so if relay button is pressed without battery Green LED will be OFF.
-            //Set max value 4.45V as this voltage is seen at the battery pin.
+            // Set max value 4.45V as this voltage is seen at the battery pin.
             if((battery_reading < 2000)||(battery_reading > 4450)) 
             {
                 BatteryLowFlag = true;