for CAN communication between mbed

Dependents:   EM_Logger EM_Mission

IDDATA.h

Committer:
YSB
Date:
2013-07-21
Revision:
0:89073e0112db
Child:
2:e0e7269bf1f0

File content as of revision 0:89073e0112db:

#define CAN_BAUD 400000

#define MISSION 0
#define LOGGER 1

#define GPS_TIME 0x01
#define GPS_LAT_1 0x02
#define GPS_LAT_2 0x03
#define GPS_LON_1 0x04
#define GPS_LON_2 0x05
#define SCP1000_PRES_TEMP 0x06
#define ADXL345_XYZ 0x07
#define ITG3200_XYZ 0x08

#define MISSION_STATUS 0x00