for CAN communication between mbed

Dependents:   EM_Logger EM_Mission

Revision:
0:89073e0112db
Child:
2:e0e7269bf1f0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IDDATA.h	Sun Jul 21 07:02:45 2013 +0000
@@ -0,0 +1,15 @@
+#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
\ No newline at end of file