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 MODSERIAL QEI TextLCD mbed
Fork of TotalControlEmg2 by
Diff: Kalibratie.cpp
- Revision:
- 26:d9855716ced7
- Parent:
- 25:c97d079e07f3
- Child:
- 27:f62e450bb411
--- a/Kalibratie.cpp Fri Oct 16 08:04:48 2015 +0000 +++ b/Kalibratie.cpp Fri Oct 16 09:12:51 2015 +0000 @@ -36,7 +36,7 @@ double ymin = 10; for(int i = 1; i <= samples; i++) { - double u = emg2.read(); + double u = emg.read(); double y = Filterdesigns(u); if (y < ymin && i >= samples / 10) {