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: IOobjects/CAN_RxIDs.h
- 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
