System Management code
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
outDiagnostics/outDiagnostics.h
- Committer:
- pspatel321
- Date:
- 2015-02-11
- Revision:
- 39:ddf38df9699e
- Parent:
- 35:9337ac9f4e1b
File content as of revision 39:ddf38df9699e:
#ifndef _OUT_DIAGNOSTICS_H
#define _OUT_DIAGNOSTICS_H
#include "IOobjects.h"
namespace outDiagnostics {
void thread_canOut(void const *args);
void thread_serialOut(void const *args);
}
#endif
