Mario Bambagini / Mbed 2 deprecated car_chassis

Dependencies:   Servo mbed-rtos mbed

Revision:
1:79b1ee0f97ef
Child:
2:7dfc8dd6aab3
diff -r ce6055872f4e -r 79b1ee0f97ef body.hpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/body.hpp	Mon Aug 31 22:25:57 2015 +0000
@@ -0,0 +1,8 @@
+#ifndef __BODY_HPP__
+#define __BODY_HPP__
+
+void init_body();
+
+void thread_body (void const *args);
+
+#endif //__BODY_HPP__