Group 9 BioRobotics / Mbed 2 deprecated the_code

Dependencies:   HIDScope Servo mbed QEI biquadFilter

Revision:
1:1a8211e1f3f3
Parent:
0:cb8857cf3ea4
Child:
3:624051175fdd
--- a/main.cpp	Fri Oct 19 12:32:35 2018 +0000
+++ b/main.cpp	Fri Oct 19 12:38:31 2018 +0000
@@ -55,7 +55,7 @@
     scope.set(2, emg3.read()); // send EMG 3 to channel 3 (=2)
     scope.set(3, emg4.read()); // sent EMG 4 to channel 4 (=3)
     */
-    // Ensure that enough channels are available (HIDScope scope( 2 ))
+    // Ensure that enough channels are available (HIDScope scope(2))
     scope.send(); // Send all channels to the PC at once
 }
 
@@ -80,4 +80,7 @@
 {
     pc.baud(115200); // For TeraTerm, the baudrate, set also in TeraTerm itself! 
     pc.printf("Start code\r\n"); // To check if the program starts 
+    
+    while(true){
+        //Laura verandert iets
 }
\ No newline at end of file