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 #ifndef MACHINE_DIRECTION_CONTROL_H
mborchers 0:8a6003b8bb5b 2 #define MACHINE_DIRECTION_CONTROL_H
mborchers 0:8a6003b8bb5b 3
mborchers 0:8a6003b8bb5b 4 #include <mbed.h>
mborchers 0:8a6003b8bb5b 5 #include <I2C.h>
mborchers 0:8a6003b8bb5b 6 #include <rtos.h>
mborchers 0:8a6003b8bb5b 7
mborchers 0:8a6003b8bb5b 8 void machine_direction_control_thread(void);
mborchers 0:8a6003b8bb5b 9
mborchers 0:8a6003b8bb5b 10 #endif