System Management code

Dependencies:   mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP

Fork of SystemManagement by Martin Deng

IOobjects/CAN_RxIDs.h

Committer:
pspatel321
Date:
2014-11-14
Revision:
31:7eaa5e881b56
Parent:
30:91af74a299e1
Child:
33:6bc82b6b62e5

File content as of revision 31:7eaa5e881b56:

#ifndef CAN_RXIDS_H
#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