Searched refs:walt (Results 1 – 25 of 59) sorted by relevance
123
344 with Walt(args.serial) as walt:345 walt.sndrcv(Walt.CMD_RESET)347 t_zero = walt.zero_clock()357 walt.sndrcv(Walt.CMD_AUTO_LASER_ON)361 trigger_line = walt.readline()370 t, val = walt.parse_trigger(trigger_line)374 walt.sndrcv(Walt.CMD_AUTO_LASER_OFF)386 with Walt(args.serial, timeout=1) as walt:387 walt.sndrcv(Walt.CMD_RESET)389 t_zero = walt.zero_clock()[all …]
4 …1. Via the [pywalt/walt.py](/pywalt/walt.py) command line script - for this mode refer to [pywalt/…5 …pp](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt) and walt.py script as a…14 wget https://github.com/google/walt/archive/master.tar.gz16 cd walt-master/pywalt17 ./walt.py --help22 Connect WALT to Chromebook's USB port and test the setup by running: `$ ./walt.py -t sanity` on the…38 If you intend to run the android app, run walt.py in TCP bridge mode. This is needed because Androi…40 - `./walt.py -t bridge`
25 [player callback](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c…27 [Enqueue() call](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#…32 [recorder callback](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player…62 function ([currently at 5 kHz](https://github.com/google/walt/blob/v0.1.6/arduino/walt/walt.ino#L31…
23 …no access to USB, it requires a TCP bridge script implemented in [walt.py](/pywalt/walt.py). Detai…44 1. `python walt.py -t bridge`
17 package org.chromium.latency.walt.programmer;23 import org.chromium.latency.walt.R;24 import org.chromium.latency.walt.SimpleLogger;25 import org.chromium.latency.walt.WaltConnection;47 InputStream in = context.getResources().openRawResource(R.raw.walt); in program()
1 package org.chromium.latency.walt.programmer;7 import org.chromium.latency.walt.BaseUsbConnection;
17 package org.chromium.latency.walt.programmer;
8 * Mailing list - [walt-discuss](https://groups.google.com/forum/#!forum/walt-discuss)9 …-traffic mailing list for major announcements [walt-announce](https://groups.google.com/forum/#!fo…22 [installed from Google Play](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt)23 or downloaded in the [releases section](https://github.com/google/walt/releases); the iOS app must …
2 walt.elf3 walt.hex
2 Python scripts for [WALT Latency Timer](https://github.com/google/walt) on Linux and ChromeOS.12 $ ./walt.py --help13 usage: walt.py [-h] [-i INPUT] [-s SERIAL] [-t TYPE] [-l LOGDIR] [-n N]44 $ ./walt.py -t tap -n 40 -i /dev/input/event477 #./walt.py -t drag -i 4 -n 20
3 from pywalt.walt import main
17 package org.chromium.latency.walt;21 import static org.chromium.latency.walt.Utils.getBooleanPreference;
17 package org.chromium.latency.walt;
8 * Source code: https://github.com/google/walt35 …the [WALT Android App](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt&hl=en)45 1. Verify you have the [latest version](https://github.com/google/walt/blob/master/android/WALT/ap…133 [OpenSLES BufferQueue callback that enqueued the buffer](https://github.com/google/walt/blob/master…169 [hard coded in WALT firmware](https://github.com/google/walt/blob/master/arduino/walt/walt.ino#L70).252 …walt`. If `--walt` is not recognized as an option, clone the latest version of [systrace repo](htt…
32 Important pin numbers from the code listed below, defined in [walt.ino](../arduino/walt/walt.ino)