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:
2015-01-06
Revision:
33:6bc82b6b62e5
Parent:
31:7eaa5e881b56
Child:
36:0afc0fc8f86b

File content as of revision 33:6bc82b6b62e5:

#ifndef CAN_RXIDS_H
#define CAN_RXIDS_H

#define BASE_ID             0x500              // Start at 0x500 for this device

// Receive IDs
#define FAN_CONTROL_ID      BASE_ID + 80
#define PUMP_CONTROL_ID     BASE_ID + 81
#define DCDC_CONTROL_ID     BASE_ID + 82

#define GLVBAT_CLEARSOC_ID  BASE_ID + 90
#define GLVBAT_CLEARAH_ID   BASE_ID + 91
#define GLVBAT_SETCAPAC_ID  BASE_ID + 92

#define AMS_RELAYS_ID       0x303
#define STEERING_RESET_ID   0x602

#endif