Jorn Dokter / Mbed 2 deprecated TEB_branch2

Dependencies:   mbed QEI HIDScope biquadFilter MODSERIAL FastPWM

Committer:
JornD
Date:
Tue Oct 15 13:01:10 2019 +0000
Branch:
Branch2
Revision:
56:58cbb056e4be
Parent:
43:9579a1afe9cb
=ERROR FREE= ;

Who changed what in which revision?

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