Matti Borchers / Mbed 2 deprecated mbed_amf_controlsystem

Dependencies:   mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MachineDirectionControl.h Source File

MachineDirectionControl.h

00001 #ifndef MACHINE_DIRECTION_CONTROL_H
00002 #define MACHINE_DIRECTION_CONTROL_H
00003 
00004 #include <mbed.h>
00005 #include <I2C.h>
00006 #include <rtos.h>
00007 
00008 void machine_direction_control_thread(void);
00009 
00010 #endif