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:
- 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
