Roy van Zijl
/
EMG
voor DION
Fork of EMG by
Revision 21:82bfc2fe215e, committed 2017-11-06
- Comitter:
- RoyvZ
- Date:
- Mon Nov 06 14:46:01 2017 +0000
- Parent:
- 20:97059009a491
- Commit message:
- voor DION;
Changed in this revision
diff -r 97059009a491 -r 82bfc2fe215e HIDScope.lib --- a/HIDScope.lib Thu Sep 22 08:53:50 2016 +0000 +++ b/HIDScope.lib Mon Nov 06 14:46:01 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/tomlankhorst/code/HIDScope/#eade4ec5282b +http://mbed.org/users/tomlankhorst/code/HIDScope/#d23c6edecc49
diff -r 97059009a491 -r 82bfc2fe215e main.cpp --- a/main.cpp Thu Sep 22 08:53:50 2016 +0000 +++ b/main.cpp Mon Nov 06 14:46:01 2017 +0000 @@ -8,6 +8,7 @@ Ticker sample_timer; HIDScope scope( 2 ); DigitalOut led(LED1); +DigitalOut led2(LED_GREEN); /** Sample function * this function samples the emg and sends it to HIDScope @@ -33,5 +34,6 @@ sample_timer.attach(&sample, 0.002); /*empty loop, sample() is executed periodically*/ - while(1) {} + while(true) { + } } \ No newline at end of file
diff -r 97059009a491 -r 82bfc2fe215e mbed.bld --- a/mbed.bld Thu Sep 22 08:53:50 2016 +0000 +++ b/mbed.bld Mon Nov 06 14:46:01 2017 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/abea610beb85 \ No newline at end of file +https://mbed.org/users/mbed_official/code/mbed/builds/b484a57bc302 \ No newline at end of file