aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocol')
-rw-r--r--doc/protocol5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocol b/doc/protocol
index ea9ecae..2273f40 100644
--- a/doc/protocol
+++ b/doc/protocol
@@ -1,6 +1,11 @@
<command> ::= <opcode> " " <args> "\n"
<response> ::= <retval> "\n"
+Echo:
+<opcode> ::= "e"
+<args> :: <bytes>
+<retval> :: <args>
+
Write EEPROM:
<opcode> ::= "w"
<args> ::= <addr> <bytes>{:pagesize}