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.
Fork of battery_monitor_demo by
Revision 1:09b1d08854b6, committed 2017-08-29
- Comitter:
- dabraham
- Date:
- Tue Aug 29 00:30:08 2017 +0000
- Parent:
- 0:c674d8c52a7e
- Commit message:
- qwerty
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 18 20:20:01 2012 +0000
+++ b/main.cpp Tue Aug 29 00:30:08 2017 +0000
@@ -1,8 +1,8 @@
#include "mbed.h"
-DigitalOut myled(LED1);
+//DigitalOut myled(LED1);
AnalogIn battery(p19);
-DigitalOut battery_warning(p24);
+//DigitalOut battery_warning(p24);
Serial pc(USBTX, USBRX);
int main() {
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.lib Tue Aug 29 00:30:08 2017 +0000 @@ -0,0 +1,1 @@ +https://mbed.org/users/gokmenascioglu/code/mbed/#a8fa94490a0a
