Mercurial > ~darius > hgwebdir.cgi > avr
comparison testavr.c @ 7:a940431af6f5
Add usage for sr command.
author | darius |
---|---|
date | Mon, 12 Jul 2004 16:49:21 +0930 |
parents | 81e2f85e02ce |
children | 7ed10c59ba06 |
comparison
equal
deleted
inserted
replaced
6:0da70b744078 | 7:a940431af6f5 |
---|---|
152 if (i == 0) | 152 if (i == 0) |
153 continue; | 153 continue; |
154 | 154 |
155 if (cmdbuf[0] == '?') { | 155 if (cmdbuf[0] == '?') { |
156 uart_putsP(PSTR("rs Reset and check for presence\n\r" | 156 uart_putsP(PSTR("rs Reset and check for presence\n\r" |
157 "sr Search the bus for ROMs\n\r" | |
157 "re Read a bit\n\r" | 158 "re Read a bit\n\r" |
158 "rb Read a byte\n\r" | 159 "rb Read a byte\n\r" |
159 "wr bit Write a bit\n\r" | 160 "wr bit Write a bit\n\r" |
160 "wb byte Write a byte (hex)\n\r" | 161 "wb byte Write a byte (hex)\n\r" |
161 "wc cmd [ROMID] Write command\n\r" | 162 "wc cmd [ROMID] Write command\n\r" |