System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

Revision:
31:7eaa5e881b56
Parent:
30:91af74a299e1
Child:
33:6bc82b6b62e5
--- a/IOobjects/CAN_RxIDs.h	Thu Nov 13 10:53:10 2014 +0000
+++ b/IOobjects/CAN_RxIDs.h	Fri Nov 14 06:05:59 2014 +0000
@@ -2,5 +2,14 @@
 #define CAN_RXIDS_H
 
 // Receive IDs
+#define FAN_CONTROL_ID      0x480
+#define PUMP_CONTROL_ID     0x481
+#define DCDC_CONTROL_ID     0x482
+
+#define AMS_RELAYS_ID       0x30E
+
+#define GLVBAT_CLEARSOC_ID  0x490
+#define GLVBAT_CLEARAH_ID   0x491
+#define GLVBAT_SETCAPAC_ID  0x492
 
 #endif
\ No newline at end of file