System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers inCommands.h Source File

inCommands.h

00001 #ifndef _SERVICE_CAN_H
00002 #define _SERVICE_CAN_H
00003 
00004 #include "IOobjects.h"
00005 
00006 namespace inCommands {
00007     void thread_getInputs(void const* args);
00008 }
00009 
00010 #endif