Tutorial 5 Assignment --> Niet af

Dependencies:   FastPWM MODSERIAL QEI mbed

Revision:
3:66b76df8eaef
Parent:
2:63d809022839
Child:
4:c4c3e284f572
Child:
5:4010889f1c85
--- a/main.cpp	Mon Oct 15 10:06:51 2018 +0000
+++ b/main.cpp	Mon Oct 15 10:11:07 2018 +0000
@@ -59,5 +59,4 @@
     pc.printf("Pulses encoder1 is: %i \n\r Pulses encoder2 is: %i \n\r angle1 %.2f \n\r angle2 %.2f \n\r", encoder1.getPulses(), encoder2.getPulses(), angle_motor1, angle_motor2);
     wait(0.1);
     }
-//    while(true){} //Lege while loop zodat functie niet afloopt
 }
\ No newline at end of file