Penn Electric Racing / Mbed 2 deprecated SystemManagement

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Committer:
martydd3
Date:
Sat Oct 25 16:48:09 2014 +0000
Revision:
19:3a817d2cef11
Testing from basics;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
martydd3 19:3a817d2cef11 1 #ifndef _SERIAL_DIAGNOSTICS_H
martydd3 19:3a817d2cef11 2 #define _SERIAL_DIAGNOSTICS_H
martydd3 19:3a817d2cef11 3
martydd3 19:3a817d2cef11 4 #include "MODSERIAL.h"
martydd3 19:3a817d2cef11 5 #include "rtos.h"
martydd3 19:3a817d2cef11 6 #include "IOobjects.h"
martydd3 19:3a817d2cef11 7
martydd3 19:3a817d2cef11 8 namespace SerialDiagnostics {
martydd3 19:3a817d2cef11 9 void thread_serialOut(void const *args);
martydd3 19:3a817d2cef11 10
martydd3 19:3a817d2cef11 11 }
martydd3 19:3a817d2cef11 12
martydd3 19:3a817d2cef11 13 #endif