Dependencies:   mbed HIDScope

Files at this revision

API Documentation at this revision

Comitter:
PatrickZieverink
Date:
Thu Oct 10 12:47:25 2019 +0000
Parent:
20:97059009a491
Commit message:
EMG workshop;

Changed in this revision

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 f9cd3ae99d5d main.cpp
--- a/main.cpp	Thu Sep 22 08:53:50 2016 +0000
+++ b/main.cpp	Thu Oct 10 12:47:25 2019 +0000
@@ -30,6 +30,7 @@
     /**Attach the 'sample' function to the timer 'sample_timer'.
     * this ensures that 'sample' is executed every... 0.002 seconds = 500 Hz
     */
+    printf("Starting up...\n");
     sample_timer.attach(&sample, 0.002);
 
     /*empty loop, sample() is executed periodically*/
diff -r 97059009a491 -r f9cd3ae99d5d mbed.bld
--- a/mbed.bld	Thu Sep 22 08:53:50 2016 +0000
+++ b/mbed.bld	Thu Oct 10 12:47:25 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/abea610beb85
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/aae6fcc7d9bb
\ No newline at end of file