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.
Diff: main.cpp
- Revision:
- 1:a9315bd73ea5
- Parent:
- 0:ae42d6933214
- Child:
- 2:92d505d15a7b
--- a/main.cpp Wed Nov 02 12:33:15 2016 +0000
+++ b/main.cpp Wed Nov 02 16:51:12 2016 +0000
@@ -105,8 +105,8 @@
printf("32 AMP charger \n\r\r");
printf("16 AMP cable detected \n\r\r");
chargerType = 16;
- pwm=0.734;
- printf("PWM @ 26.6%\r\n");
+ pwm=0.734; //////////////////////////////////////////////////////////////////
+ printf("PWM @ 26.6%\r\n"); //////////////////////////////////////////////////////////////////
}
if((PP_value > 0 ) && (PP_value < 100)){
printf("32 AMP charger \n\r\r");
@@ -114,7 +114,6 @@
chargerType = 32;
pwm=0.468;
printf("PWM @ 52.2%\r\n");
-
}
}