aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-04-30 00:13:42 -0400
committercnlohr <lohr85@gmail.com>2017-04-30 00:13:42 -0400
commitf177f87e98637de8f07488d820390f322c45413c (patch)
tree0b2d48caad6bdb78b17f5c63599f2d4ec43dfd9f /include
parent51228f3eed52e824ac3c92899286633816283875 (diff)
downloadlibsurvive-f177f87e98637de8f07488d820390f322c45413c.tar.gz
libsurvive-f177f87e98637de8f07488d820390f322c45413c.tar.bz2
Update the charles disambiguator
Diffstat (limited to 'include')
-rw-r--r--include/libsurvive/survive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h
index 3c35bd2..e85fe48 100644
--- a/include/libsurvive/survive.h
+++ b/include/libsurvive/survive.h
@@ -42,7 +42,7 @@ struct SurviveObject
//Timing sensitive data (mostly for disambiguation)
int32_t timebase_hz; //48,000,000 for normal vive hardware. (checked)
- int32_t timecenter_ticks; //200,000 for normal vive hardware. (checked)
+ int32_t timecenter_ticks; //200,000 for normal vive hardware. (checked) (This doubles-up as 2x this = full sweep length)
int32_t pulsedist_max_ticks; //500,000 for normal vive hardware. (guessed)
int32_t pulselength_min_sync; //2,200 for normal vive hardware. (guessed)
int32_t pulse_in_clear_time; //35,000 for normal vive hardware. (guessed)