car chassis

Dependencies:   Servo mbed-rtos mbed

diag.hpp

Committer:
mariob
Date:
2015-10-13
Revision:
4:7fa7f78cbb92
Parent:
3:bfc20ec72b15

File content as of revision 4:7fa7f78cbb92:

#ifndef __DIAG_HPP__
#define __DIAG_HPP__

//initialize the diagnosis module
void init_diag();

//execute pending diagnosis operations
void thread_diag (void const *args);

#endif //__DIAG_HPP__