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.
Threads/MachineDirectionControl.cpp
- Committer:
- mborchers
- Date:
- 2016-02-03
- Revision:
- 0:8a6003b8bb5b
File content as of revision 0:8a6003b8bb5b:
#include "Threads/MachineDirectionControl.h"
void machine_direction_control_thread(void const *args) {
while (true) {
Thread::wait(100);
}
}
