Mario Bambagini / Mbed 2 deprecated car_chassis

Dependencies:   Servo mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers body.hpp Source File

body.hpp

00001 #ifndef __BODY_HPP__
00002 #define __BODY_HPP__
00003 
00004 //initialize body entity
00005 void init_body();
00006 
00007 //body task
00008 void thread_body (void const *args);
00009 
00010 #endif //__BODY_HPP__