Diff: VectorFormat.h
- Revision:
- 2:ce4c7e5ab241
- Parent:
- 1:578d6bbe9f09
--- a/VectorFormat.h Fri Dec 16 07:14:05 2011 +0000
+++ b/VectorFormat.h Thu Dec 22 09:44:29 2011 +0000
@@ -68,14 +68,21 @@
CALIBRATION_SCAN = 17, // 1 uint8 opcode uint16 top_x, uint16 left_y, uint16 bottom_x, uint16 right_y
POINT = 18, // 1 unit8 opcode uint16 x, uint16 y
- READ_RGB = 19, // 1 uint8 opcode uint8
+ READ_COLOR = 19, // 1 uint8 opcode uint8
MESSAGE = 20, // 3+x uint8 opcode, level, length of message, x bytes
BUFFER_LEFT_REPORT = 21, // opcode, uint16_t
WAIT = 22, // opcode, uint16t time
AYT = 23, // are you there
- REPORT_RGB = 25, // 1 + 3 x uint8
+ REPORT_COLOR = 25, // 1 + 3 x uint8
+
+
+ REPORT_BUFFER_IN_SIZE = 26, // 1 + uint16 size
+ BUFFER_IN_SIZE = 27, // 1
+
+ ACK = 30,
+ NACK = 31,
LINE_TO = PEN_DOWN + MOVE_TO, // 5 uint8 opcode, uint16 x, uint16 y
H_LINE_TO = PEN_DOWN + H_MOVE_TO, // 3 uint8 opcode, uint16 x