MODSERIAL PID controller edit

Dependencies:   HIDScope MODSERIAL QEI biquadFilter mbed

Fork of PID_controller_Motor by BioBitches TN

Revision:
19:35f3da6c6969
Parent:
18:6cfe248b2290
Child:
20:2fdb069ffcae
--- a/main.cpp	Mon Oct 24 09:32:46 2016 +0000
+++ b/main.cpp	Mon Oct 24 11:59:27 2016 +0000
@@ -30,8 +30,8 @@
 
 
 //Definieren van bord-elementen --------------------------------------
-InterruptIn motor_switch_button(D8);
-InterruptIn state_switch_button(D9);
+InterruptIn motor_switch_button(D3);
+InterruptIn state_switch_button(D2);
 DigitalIn EMG_sim1(SW2);
 DigitalIn EMG_sim2(SW3);