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: Meanvalue.h
- Revision:
- 4:3b9e2d49d5fb
- Child:
- 5:b400209df739
diff -r 344b173f85fe -r 3b9e2d49d5fb Meanvalue.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Meanvalue.h Tue Oct 06 14:25:53 2015 +0000 @@ -0,0 +1,3 @@ +#include "mbed.h" + +double Meanvalue(double y) \ No newline at end of file
