Peter Cooper
/
Dome
Geodesic Light Dome Controller Program
Revision 1:dc58f0b0eeec, committed 2010-03-24
- Comitter:
- lolpcc
- Date:
- Wed Mar 24 09:06:23 2010 +0000
- Parent:
- 0:a7af7ec8b12f
- Commit message:
Changed in this revision
cmd.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r a7af7ec8b12f -r dc58f0b0eeec cmd.c --- a/cmd.c Fri Mar 19 11:17:54 2010 +0000 +++ b/cmd.c Wed Mar 24 09:06:23 2010 +0000 @@ -33,7 +33,7 @@ { "list2", 0, 1, list2}, /* List I2C Devices to user */ { "exec", 0, 2, exec_file}, /* Run a script file from the local file store */ { "dir", 0, 1, dir_file}, /* Get a directory listing from the local file store */ - { "cat", 0, 2, cat_file}, /* Cat a file on the file system to the current output device */ + { "cat", 0, 2, cat_file}, /* Cat a file on the file system to the current output device */ { "relay", 0, 2, relay_control}, /* Switch a relay 0-8 */ { "light", 0, 3, light_control}, /* Set a light level on a channel */ { "wait", 0, 2, wait_control}, /* wait for X tenths of a second */