Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Committer:
JornD
Date:
Mon Oct 14 14:06:39 2019 +0000
Revision:
43:9579a1afe9cb
Parent:
28:4a5671b3d88d
Child:
56:58cbb056e4be
Did some stuff;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JornD 43:9579a1afe9cb 1
JornD 43:9579a1afe9cb 2
JornD 43:9579a1afe9cb 3 float ProcessEMG(float X)
JornD 23:767911637f3a 4 {
JornD 23:767911637f3a 5
JornD 43:9579a1afe9cb 6 float Y = X;
JornD 23:767911637f3a 7
JornD 23:767911637f3a 8 return Y;
JornD 23:767911637f3a 9 }