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: mbed AnalogIn_Diff_ok MovingAverage_ok
Diff: main.cpp
- Revision:
- 3:735c712ffaee
- Parent:
- 1:868ff3346841
--- a/main.cpp Fri Jan 08 08:09:34 2016 +0000
+++ b/main.cpp Fri Jan 08 08:11:52 2016 +0000
@@ -35,6 +35,6 @@
int i=0;
while (++i<=1000) {
wait(0.1);
- pc.printf("%f\t%f\r\n",line1_AC.read_average(),line1_AC.read_rms());
+ pc.printf("%f\r\n",line1_AC.read_rms());
}
}