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.h
- Revision:
- 17:cfe44346645c
- Parent:
- 16:8f175d2a472f
- Child:
- 25:c97d079e07f3
--- a/Kalibratie.h Fri Oct 09 09:57:09 2015 +0000 +++ b/Kalibratie.h Fri Oct 09 11:27:58 2015 +0000 @@ -1,3 +1,7 @@ #include "mbed.h" -void Kalibratie(); +double KalibratieMax(bool &readymax); + +double KalibratieMin(bool &readymin); + +void Init(); \ No newline at end of file
