Matti Borchers / Mbed 2 deprecated mbed_amf_controlsystem_iO_copy

Dependencies:   mbed-rtos mbed

Fork of mbed_amf_controlsystem_iO_copy by Oliver Wenzel

Committer:
mborchers
Date:
Wed Feb 03 17:19:21 2016 +0000
Revision:
0:8a6003b8bb5b
Erster Commit

Who changed what in which revision?

UserRevisionLine numberNew 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 }