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 mbed MODSERIAL QEI
Diff: main.cpp
- Revision:
- 7:c17f5473f4e1
- Parent:
- 6:452e301a105a
- Child:
- 8:0b7925095416
--- a/main.cpp Mon Oct 16 13:07:53 2017 +0000 +++ b/main.cpp Tue Oct 17 06:29:42 2017 +0000 @@ -23,12 +23,7 @@ { - //Send scope data - scope.set(0, EMG_bi_r.filter()); //Raw Data - //scope.set(1, EMG_Filtered_1); //Notch and High Pass Filtered - //scope.set(2, EMG_Abs_1); //Absolute value - //scope.set(3, EMG_Envelope_1); //Envelope Detected output - + scope.set(0, EMG_bi_r.filter()); scope.send(); /*****/ }