OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_TIME_NOW
(Results
1 - 3
of
3
) sorted by null
/external/walt/pywalt/pywalt/
walt.py
86
CMD_TIME_NOW
= 'T'
145
Send
CMD_TIME_NOW
to the Teensy N times measuring the round trip each time.
155
dt, _ = self.sndrcv(Walt.
CMD_TIME_NOW
)
/external/walt/arduino/walt/
walt.ino
28
#define
CMD_TIME_NOW
'T' // Current time
259
} else if (cmd ==
CMD_TIME_NOW
) {
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltDevice.java
45
static final char
CMD_TIME_NOW
= 'T'; // Current time
Completed in 625 milliseconds