scott kelleher / Outdoor_UPAS_v1_2_powerfunction

Dependencies:   ADS1115 BME280 CronoDot SDFileSystem mbed

Fork of Outdoor_UPAS_v1_2_Tboard by scott kelleher

Files at this revision

API Documentation at this revision

Comitter:
caseyquinn
Date:
Mon May 16 21:48:06 2016 +0000
Parent:
54:a6073442bcef
Child:
56:49387b72460e
Commit message:
Removed the green LED when batteries are fully charged.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun May 15 15:29:19 2016 +0000
+++ b/main.cpp	Mon May 16 21:48:06 2016 +0000
@@ -697,8 +697,8 @@
     
     //Check for fully charged battery
     if(bVolt > 1750 && amps > 8191) {
-               //RGB_LED.set_led(0,0,0);
-               RGB_LED.set_led(0,1,0);
+               RGB_LED.set_led(0,0,0);
+               //RGB_LED.set_led(0,1,0);
     //Check for battery with ~2 hours left of runtime at 2lpm to remind user to plug in sampler            
     }else if(amps > 8191 && bVolt < 1500) {
         if(ledOn) {