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:
- 3:1d0d5b8471a3
- Parent:
- 2:c0afe99e4314
diff -r c0afe99e4314 -r 1d0d5b8471a3 main.cpp
--- a/main.cpp Tue Nov 21 15:43:14 2017 +0000
+++ b/main.cpp Tue Nov 21 15:44:06 2017 +0000
@@ -12,6 +12,6 @@
myled = 0;
wait(1);
ACDdata=Ain.read();
- pc.print("%f\t%fV \n\r", ADCdata, ABCdata*3.3);-
+ pc.print("%f\t%fV \n\r", ADCdata, ABCdata*3.3);
}
}