avr: added def and code for CPRO_CMD_DATA
This commit is contained in:
@@ -294,3 +294,22 @@ Offset Length Meaning
|
||||
|
||||
|
||||
|
||||
|
||||
DATA Message
|
||||
============
|
||||
|
||||
Offset Length Meaning
|
||||
---------------------------------------------------------
|
||||
0 1 destination address
|
||||
1 1 remaining message length
|
||||
---------------------------------------------------------
|
||||
2 1 command code
|
||||
3 1 source address
|
||||
---------------------------------------------------------
|
||||
4 2 msg id/ref msg id
|
||||
6 n data bytes
|
||||
---------------------------------------------------------
|
||||
6+n 1 CRC8 byte
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
.equ CPRO_CMD_VALUE_SET_ACK = 102
|
||||
.equ CPRO_CMD_VALUE_SET_NACK = 103
|
||||
|
||||
.equ CPRO_CMD_DATA = 110
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; offsets in CPRO_CMD_VALUE_* messages
|
||||
|
||||
Reference in New Issue
Block a user