Mercurial > ~darius > hgwebdir.cgi > sprink
comparison sprink.c @ 4:1188042ddc2f
update usage
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 27 Jan 2015 23:40:50 +1030 |
parents | be930b34fcd3 |
children | 951277329ee6 |
comparison
equal
deleted
inserted
replaced
3:e75ecd162da3 | 4:1188042ddc2f |
---|---|
181 return; | 181 return; |
182 | 182 |
183 if (!strcasecmp_P((char *)cmd.buf, PSTR("?")) || | 183 if (!strcasecmp_P((char *)cmd.buf, PSTR("?")) || |
184 !strcasecmp_P((char *)cmd.buf, PSTR("help"))) { | 184 !strcasecmp_P((char *)cmd.buf, PSTR("help"))) { |
185 puts_P(PSTR("help This help\r\n" | 185 puts_P(PSTR("help This help\r\n" |
186 "wa dly time Water for time minutes after dly minutes\r\n" | 186 "wa all dly time Water all regions for time minutes after dly minutes\r\n" |
187 "gc Get time of day\r\n" | 187 "gc Get time of day\r\n" |
188 "sc time Set time of day (time is YYYY/MM/DD HH:MM:SS)\r\n" | 188 "sc time Set time of day (time is YYYY/MM/DD HH:MM:SS)\r\n" |
189 "in port Read from a port\r\n" | 189 "in port Read from a port\r\n" |
190 "ou port val Write to a port (val in hex)\r\n" | 190 "ou port val Write to a port (val in hex)\r\n" |
191 "dd port val Set DDR on port\r\n" | 191 "dd port val Set DDR on port\r\n" |