avr_mdcart_sram_lite
annotate doc/proto @ 7:f14e14abe14c
delays?
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 13 Mar 2017 01:10:57 +0200 |
parents | |
children |
rev | line source |
---|---|
nuclear@5 | 1 commands |
nuclear@5 | 2 -------- |
nuclear@5 | 3 e<0|1> - echo on/off |
nuclear@5 | 4 p - start programming |
nuclear@5 | 5 b - boot |
nuclear@5 | 6 a<addr> - address offset to read/write data |
nuclear@5 | 7 w<value> - write value and increment address |
nuclear@5 | 8 r - read value and decrement address. response: OK <value> |
nuclear@5 | 9 |
nuclear@5 | 10 All commands and responses are newline-terminated. On success the response |
nuclear@5 | 11 starts with "OK", otherwise it starts with "ERR". |