Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Committer:
JornD
Date:
Tue Oct 08 13:45:30 2019 +0000
Revision:
23:767911637f3a
Child:
28:4a5671b3d88d
Started implementation of globalvariables.cpp and EMG processing;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JornD 23:767911637f3a 1 //double InitialiseFilters(double X)
JornD 23:767911637f3a 2 //{
JornD 23:767911637f3a 3 // Y = X;
JornD 23:767911637f3a 4
JornD 23:767911637f3a 5 // return Y;
JornD 23:767911637f3a 6 //}
JornD 23:767911637f3a 7
JornD 23:767911637f3a 8
JornD 23:767911637f3a 9 double ProcessEMG(double X)
JornD 23:767911637f3a 10 {
JornD 23:767911637f3a 11
JornD 23:767911637f3a 12 double Y = X;
JornD 23:767911637f3a 13
JornD 23:767911637f3a 14 return Y;
JornD 23:767911637f3a 15 }