Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ADS1115 BME280 CronoDot SDFileSystem mbed
Fork of Outdoor_UPAS_v1_2_Tboard by
Revision 55:2fb27f1ddff5, committed 2016-05-16
- 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) {
