File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Arduino library to support the VL53L8CX Time-of-Flight 8x8 multizone ranging sen
55
66This sensor uses I2C/SPI to communicate. And I2C/SPI instance is required to access to the sensor.
77The APIs provide simple distance measure and multizone detection in both polling and interrupt modes.
8+ The APis derive from VL53L8CX ULD SDK v1.3.0.
89
910## Examples
1011
Original file line number Diff line number Diff line change @@ -37,14 +37,20 @@ get_target_order KEYWORD2
3737set_target_order KEYWORD2
3838get_ranging_mode KEYWORD2
3939set_ranging_mode KEYWORD2
40+ get_external_sync_pin_enable KEYWORD2
41+ set_external_sync_pin_enable KEYWORD2
42+ get_VHV_repeat_count KEYWORD2
43+ set_VHV_repeat_count KEYWORD2
4044dci_read_data KEYWORD2
4145dci_write_data KEYWORD2
4246dci_replace_data KEYWORD2
4347get_detection_thresholds_enable KEYWORD2
4448set_detection_thresholds_enable KEYWORD2
4549get_detection_thresholds KEYWORD2
4650set_detection_thresholds KEYWORD2
47- motion_indicator_init KEYWORD2
51+ get_detection_thresholds_auto_stop KEYWORD2
52+ set_detection_thresholds_auto_stop
53+ motion_indicator_init KEYWORD2 KEYWORD2
4854motion_indicator_set_distance_motion KEYWORD2
4955motion_indicator_set_resolution KEYWORD2
5056calibrate_xtalk KEYWORD2
You can’t perform that action at this time.
0 commit comments