Changeset 18 for trunk/software/tty
- Timestamp:
- Nov 21, 2024, 12:17:23 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/tty/readtty_command.c
r17 r18 58 58 { 59 59 int d; 60 int bytes;61 int nfds;62 int lineno = 0;63 60 char buf[256]; 64 61 int i; 65 fd_set rfds;66 char *endp;67 int gpioi, currenti, tensioni;68 float current_a, tension_v;69 int val, gpio_val;70 int c_opt = 0, v_opt = 0;71 extern char *optarg;72 extern int optind;73 int ch;74 62 75 63 struct termios t, ot;
Note: See TracChangeset
for help on using the changeset viewer.