Richard Roos / Mbed 2 deprecated TotalControlEmg2

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Kalibratie.h Source File

Kalibratie.h

00001 #include "mbed.h"
00002 
00003 double KalibratieMax(AnalogIn& emg, bool side);
00004 
00005 double KalibratieMin(AnalogIn& emg, bool side);
00006 
00007 void Init();