Penn Electric Racing / Mbed 2 deprecated SystemManagement

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
13:fbd9b3f5a07c
Parent:
12:e0adb697fcdb
Child:
14:8d4959210d4b
Child:
25:900579201439
--- a/CurrentMonitor/CurrentMonitor.h	Tue Oct 21 23:44:15 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#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