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:
- 51:dcbfdf3b9468
- Parent:
- 50:16314b798754
--- a/Kalibratie.cpp Wed Oct 28 09:28:48 2015 +0000 +++ b/Kalibratie.cpp Wed Oct 28 12:47:38 2015 +0000 @@ -15,7 +15,8 @@ } if (y > ymax && i >= samples / 10) { //Check on maximum, not first 10 samples (offset) ymax = y; - } + } + wait(0.05); } return ymax; } @@ -33,7 +34,8 @@ } if (y < ymin && i >= samples / 10) { // not first 10 samples (offset) ymin = y; - } + } + wait(0.05); } return ymin; } \ No newline at end of file