Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Committer:
JornD
Date:
Wed Oct 09 13:20:19 2019 +0000
Revision:
28:4a5671b3d88d
Parent:
23:767911637f3a
Child:
43:9579a1afe9cb
Fixed global variable and structure distribution;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JornD 23:767911637f3a 1 double ProcessEMG(double X)
JornD 23:767911637f3a 2 {
JornD 23:767911637f3a 3
JornD 23:767911637f3a 4 double Y = X;
JornD 23:767911637f3a 5
JornD 23:767911637f3a 6 return Y;
JornD 23:767911637f3a 7 }