System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Files at this revision

API Documentation at this revision

Comitter:
pspatel321
Date:
Wed Jan 07 03:36:43 2015 +0000
Parent:
34:18bcf276d3bf
Child:
36:0afc0fc8f86b
Commit message:
Brought in changes from AMS code. Added serial input to allow changing parameters as well.

Changed in this revision

Libs/mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
outDiagnostics/outDiagnostics.h Show annotated file Show diff for this revision Revisions of this file
--- a/Libs/mbed-rtos.lib	Wed Jan 07 03:25:50 2015 +0000
+++ b/Libs/mbed-rtos.lib	Wed Jan 07 03:36:43 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#13a25134ac60
+http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#28712e303960
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outDiagnostics/outDiagnostics.h	Wed Jan 07 03:36:43 2015 +0000
@@ -0,0 +1,13 @@
+#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
\ No newline at end of file