FreeCalypso > hg > freecalypso-hwlab
diff lcdtest/commands.c @ 14:5a602e512b12
lcdtest: read ops split into command issuance and FTDI read
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 07 Apr 2018 01:19:14 +0000 |
parents | 238a77db4134 |
children | 1e94c7d4af03 |
line wrap: on
line diff
--- a/lcdtest/commands.c Fri Apr 06 06:43:02 2018 +0000 +++ b/lcdtest/commands.c Sat Apr 07 01:19:14 2018 +0000 @@ -1,18 +1,6 @@ #include <stdio.h> #include <stdlib.h> -cmd_ri() -{ - printf("%04X\n", bus_read(0)); - return(0); -} - -cmd_rd() -{ - printf("%04X\n", bus_read(1)); - return(0); -} - cmd_wi(argc, argv) char **argv; {