car chassis

Dependencies:   Servo mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers diag.hpp Source File

diag.hpp

00001 #ifndef __DIAG_HPP__
00002 #define __DIAG_HPP__
00003 
00004 //initialize the diagnosis module
00005 void init_diag();
00006 
00007 //execute pending diagnosis operations
00008 void thread_diag (void const *args);
00009 
00010 #endif //__DIAG_HPP__