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: Mode.h
- Revision:
- 27:f62e450bb411
- Parent:
- 18:eec0880fcded
- Child:
- 47:959ef2792024
--- a/Mode.h Fri Oct 16 09:12:51 2015 +0000 +++ b/Mode.h Fri Oct 16 12:37:26 2015 +0000 @@ -1,3 +1,3 @@ #include "mbed.h" -int Mode(double y, double ymax, double thresholdlow, double thresholdmid, double thresholdhigh); \ No newline at end of file +int Mode(double y, double thresholdlow, double thresholdmid, double thresholdhigh); \ No newline at end of file
