Matti Borchers / Mbed 2 deprecated mbed_amf_controlsystem

Dependencies:   mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MachineDirectionControl.cpp Source File

MachineDirectionControl.cpp

00001 #include "Threads/MachineDirectionControl.h"
00002 
00003 void machine_direction_control_thread(void const *args) {
00004     while (true) {
00005         Thread::wait(100);
00006     }
00007 }