aboutsummaryrefslogtreecommitdiff
path: root/pywalt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pywalt/README.md')
-rw-r--r--pywalt/README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/pywalt/README.md b/pywalt/README.md
index 2d5031e..bc8da91 100644
--- a/pywalt/README.md
+++ b/pywalt/README.md
@@ -9,24 +9,26 @@ Python scripts for [WALT Latency Timer](https://github.com/google/walt) on Linux
Synopsis:
```
-$ ./walt.py --help
-usage: walt.py [-h] [-i INPUT] [-s SERIAL] [-t TYPE] [-l LOGDIR] [-n N]
- [-p PORT] [-d]
+$ walt --help
+usage: walt [-h] [-i INPUT] [-s SERIAL] [-t TYPE] [-l LOGDIR] [-n N] [-p PORT]
+ [-d]
-Run the touchpad drag latency test using WALT Latency Timer
+Run a latency test using WALT Latency Timer
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
- input device, e.g: 6 or /dev/input/event6 (default: )
+ input device, e.g: 6 or /dev/input/event6 (default:
+ None)
-s SERIAL, --serial SERIAL
WALT serial port (default: /dev/ttyACM0)
- -t TYPE, --type TYPE Test type: drag|tap|screen|sanity|curve|bridge
- (default: drag)
+ -t TYPE, --type TYPE Test type:
+ drag|tap|screen|sanity|curve|bridge|tapaudio|tapblink
+ (default: None)
-l LOGDIR, --logdir LOGDIR
where to store logs (default: /tmp)
-n N Number of laser toggles to read (default: 40)
- -p PORT, --port PORT Port to listen on for the TCP bridge (default: 50007)
+ -p PORT, --port PORT port to listen on for the TCP bridge (default: 50007)
-d, --debug talk more (default: False)
```