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: HIDScope biquadFilter mbed
Diff: main.cpp
- Revision:
- 4:c7d1ba2fa48b
- Parent:
- 3:cdac0bfafc80
- Child:
- 5:02b3550e1ff0
diff -r cdac0bfafc80 -r c7d1ba2fa48b main.cpp
--- a/main.cpp Tue Oct 25 13:17:46 2016 +0000
+++ b/main.cpp Tue Oct 25 13:33:12 2016 +0000
@@ -184,7 +184,7 @@
//Send scope data
scope.set(0,emg_sample[0]);
scope.set(1,input_force0);
- scope.set(2,RMS0);
+ //scope.set(2,input_force1);
//scope.set(3,input_force2);
scope.send();