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: EMG1 PIDController1 compute mbed InBetweenController PinDetect QEI
Diff: main.cpp
- Revision:
- 0:5f9d8f2142b6
- Child:
- 3:0634f55c2021
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Oct 20 08:36:09 2015 +0000 @@ -0,0 +1,16 @@ +#include "mbed.h" +#include "emg.h" +#include "compute.h" + +void tick() +{ + sample(); +} + +int main() +{ + while (true) { + tick(); + wait(1); + } +} \ No newline at end of file