Total control sjoel robot

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Committer:
RichardRoos
Date:
Tue Oct 20 13:54:54 2015 +0000
Revision:
37:090ba5b1e655
Parent:
30:8ae855348d22
Kalibratie rotatie werkt nog niet zo goed. Blijft vast zitten in aim calibration

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Bartvaart 16:8f175d2a472f 1 #include "mbed.h"
Bartvaart 16:8f175d2a472f 2
RemcoDas 30:8ae855348d22 3 double KalibratieMax(AnalogIn& emg, bool side);
Bartvaart 17:cfe44346645c 4
RemcoDas 30:8ae855348d22 5 double KalibratieMin(AnalogIn& emg, bool side);
Bartvaart 17:cfe44346645c 6
Bartvaart 17:cfe44346645c 7 void Init();