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.
Fork of mbed_amf_controlsystem_iO_copy by
Threads/MachineDirectionControl.cpp@0:8a6003b8bb5b, 2016-02-03 (annotated)
- Committer:
- mborchers
- Date:
- Wed Feb 03 17:19:21 2016 +0000
- Revision:
- 0:8a6003b8bb5b
Erster Commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mborchers | 0:8a6003b8bb5b | 1 | #include "Threads/MachineDirectionControl.h" |
mborchers | 0:8a6003b8bb5b | 2 | |
mborchers | 0:8a6003b8bb5b | 3 | void machine_direction_control_thread(void const *args) { |
mborchers | 0:8a6003b8bb5b | 4 | while (true) { |
mborchers | 0:8a6003b8bb5b | 5 | Thread::wait(100); |
mborchers | 0:8a6003b8bb5b | 6 | } |
mborchers | 0:8a6003b8bb5b | 7 | } |