CAN message container. Defines "<<" and ">>" operators to simplify adding/getting data to/from a CAN message.

Dependents:   grove_stream_jpa_sd2 grove_stream_jpa_sd2 grove_stream_jpa_sd2-2 grove_stream_jpa_sd2-3

Revision:
1:34738eb16cf7
Parent:
0:3d11ed680b6a
Child:
2:2b8425b12d05
--- a/CANMsg.h	Fri Mar 17 16:34:42 2017 +0000
+++ b/CANMsg.h	Sat Mar 18 23:09:30 2017 +0000
@@ -1,5 +1,5 @@
-#ifndef CANMESSAGE_H
-#define CANMESSAGE_H
+#ifndef CANMSG_H
+#define CANMSG_H
 
 /* CAN message container.
  * Provides "<<" (append) and ">>" (extract) operators to simplyfy
@@ -74,4 +74,4 @@
     }
 };
 
-#endif // CANMESSAGE_H
+#endif // CANMSG_H