ok
Dependencies: mbed AnalogIn_Diff_ok MovingAverage_ok
Revision 3:735c712ffaee, committed 2016-01-08
- Comitter:
- fblanc
- Date:
- Fri Jan 08 08:11:52 2016 +0000
- Parent:
- 2:f82c6978c589
- Commit message:
- average remove
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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());
}
}
frederic blanc