voor DION

Dependencies:   HIDScope mbed

Fork of EMG by Tom Tom

Files at this revision

API Documentation at this revision

Comitter:
RoyvZ
Date:
Mon Nov 06 14:46:01 2017 +0000
Parent:
20:97059009a491
Commit message:
voor DION;

Changed in this revision

HIDScope.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
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