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: mbed QEI biquadFilter
Diff: test_main.cpp
- Revision:
- 21:2aed81380bc3
- Parent:
- 20:66513b3c09b7
- Parent:
- 19:a82b55a15457
- Child:
- 22:cda3e5ad89c0
--- a/test_main.cpp Thu Nov 03 16:33:37 2016 +0000 +++ b/test_main.cpp Thu Nov 03 16:37:41 2016 +0000 @@ -380,7 +380,7 @@ // ====== The entry point of our programme ====== -int test_main() //TODO this will become the actual main! +int main() //TODO this will become the actual main! { //pc.baud(115200); @@ -413,4 +413,4 @@ ticker.attach(&processEMG, Ts); while (true); -} \ No newline at end of file +}