Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HIDScope Servo mbed QEI biquadFilter
Diff: main.cpp
- Revision:
- 3:624051175fdd
- Parent:
- 2:4b9c67f44848
- Parent:
- 1:1a8211e1f3f3
- Child:
- 4:8183e7b228f0
--- a/main.cpp Fri Oct 19 12:38:39 2018 +0000 +++ b/main.cpp Fri Oct 19 12:41:03 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