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: main.cpp
- Revision:
- 21:8fe8419de3e9
- Parent:
- 20:11e1244ad2ad
- Child:
- 22:c1811e60bfce
diff -r 11e1244ad2ad -r 8fe8419de3e9 main.cpp --- a/main.cpp Wed Oct 14 12:36:42 2015 +0000 +++ b/main.cpp Wed Oct 14 14:49:47 2015 +0000 @@ -33,9 +33,9 @@ ymax = KalibratieMax(readymax); // bepalen van thresholds voor aan/uit - thresholdlow = 0.2; // standaardwaarde + thresholdlow = 10 * ymin; // standaardwaarde thresholdmid = 0.5 * ymax; // afhankelijk van max output gebruiker - thresholdhigh = 0.9 * ymax; + thresholdhigh = 0.8 * ymax; } void EMGfilter()