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
main.cpp
- Committer:
- dolcaer
- Date:
- 2015-10-20
- Revision:
- 0:5f9d8f2142b6
- Child:
- 3:0634f55c2021
File content as of revision 0:5f9d8f2142b6:
#include "mbed.h" #include "emg.h" #include "compute.h" void tick() { sample(); } int main() { while (true) { tick(); wait(1); } }