Total control sjoel robot

Dependencies:   HIDScope MODSERIAL QEI TextLCD mbed

Committer:
RemcoDas
Date:
Fri Oct 16 08:04:48 2015 +0000
Revision:
25:c97d079e07f3
Parent:
17:cfe44346645c
Child:
30:8ae855348d22
Potmeter en EMG conflict

Who changed what in which revision?

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