CAN Headers.

Revision:
1:8e06c090e0cb
Parent:
0:7b71a0c6dd27
Child:
2:f25554922a25
--- a/CANProtocol.h	Thu Jan 12 18:34:53 2012 +0000
+++ b/CANProtocol.h	Thu Jan 12 18:44:54 2012 +0000
@@ -18,5 +18,6 @@
 const int CAN_RLWS   = 0x302; /* Normal Response: Rear Left Wheel Speed */
 const int CAN_RRWS   = 0x303; /* Normal Response: Rear Right Wheel Speed */
 const int CAN_STATUS = 0x400; /* Relaxed Response: Status */
+const int CAN_FOO    = 0xFFF; /* Test *?
 
 #endif