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.
Revision 21:f9cd3ae99d5d, committed 2019-10-10
- 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 |
--- 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*/
--- 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