update protocol.h

Dependencies:   Communication_Robot

Fork of BEAR_Reciever by BE@R lab

Revision:
9:906c6ff02a84
Parent:
8:2d34916ac178
Child:
12:be8675c18a58
--- a/Command.h	Thu Jan 21 14:59:21 2016 +0000
+++ b/Command.h	Thu Jan 21 16:37:37 2016 +0000
@@ -21,5 +21,6 @@
 #define MAG_DATA           0x0E
 #define OFFSET             0x0F
 #define BODY_LENGTH        0x10
-#define ANGLE_RANGE        0x11
-#define EEPROM             0x12
\ No newline at end of file
+#define ANGLE_RANGE_UP     0x11
+#define ANGLE_RANGE_LOW    0x12
+#define EEPROM_DATA        0x13
\ No newline at end of file