Penn Electric Racing / Mbed 2 deprecated SystemManagement

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
10:db13782f05d9
diff -r ada056631cac -r db13782f05d9 CurrentMonitor/CurrentMonitor.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CurrentMonitor/CurrentMonitor.h	Sun Oct 19 22:46:46 2014 +0000
@@ -0,0 +1,18 @@
+#ifndef _FILE_CURRENTMONITOR_H
+#define _FILE_CURRENTMONITOR_H
+
+#include "mbed.h"
+#include "rtos.h"
+#include "CANBuffer.h"
+
+const int TX_CURRENT_ID = ((4 << 8) | 3);
+
+class CurrentMonitor{
+public:
+    CurrentMonitor(CANBuffer *can);
+    void start_update(); 
+
+private:
+
+};
+#endif
\ No newline at end of file