Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Diff: CurrentMonitor/CurrentMonitor.h
- 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
