for CAN communication between mbed
Dependents: EM_Logger EM_Mission
IDDATA.h@2:e0e7269bf1f0, 2013-08-03 (annotated)
- Committer:
- YSB
- Date:
- Sat Aug 03 09:13:48 2013 +0000
- Revision:
- 2:e0e7269bf1f0
- Parent:
- 0:89073e0112db
aaa
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
YSB | 0:89073e0112db | 1 | #define CAN_BAUD 400000 |
YSB | 0:89073e0112db | 2 | |
YSB | 0:89073e0112db | 3 | #define MISSION 0 |
YSB | 0:89073e0112db | 4 | #define LOGGER 1 |
YSB | 0:89073e0112db | 5 | |
YSB | 0:89073e0112db | 6 | #define GPS_TIME 0x01 |
YSB | 0:89073e0112db | 7 | #define GPS_LAT_1 0x02 |
YSB | 0:89073e0112db | 8 | #define GPS_LAT_2 0x03 |
YSB | 0:89073e0112db | 9 | #define GPS_LON_1 0x04 |
YSB | 0:89073e0112db | 10 | #define GPS_LON_2 0x05 |
YSB | 0:89073e0112db | 11 | #define SCP1000_PRES_TEMP 0x06 |
YSB | 2:e0e7269bf1f0 | 12 | #define ANGLE_DATA 0x07 |
YSB | 0:89073e0112db | 13 | |
YSB | 0:89073e0112db | 14 | #define MISSION_STATUS 0x00 |