Skip to content

Commit a0020e8

Browse files
committed
Update some comments
1 parent aea6799 commit a0020e8

File tree

3 files changed

+212
-244
lines changed

3 files changed

+212
-244
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Arduino library to support the VL53L8CX Time-of-Flight 8x8 multizone ranging sen
55

66
This sensor uses I2C/SPI to communicate. And I2C/SPI instance is required to access to the sensor.
77
The 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

keywords.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,20 @@ get_target_order KEYWORD2
3737
set_target_order KEYWORD2
3838
get_ranging_mode KEYWORD2
3939
set_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
4044
dci_read_data KEYWORD2
4145
dci_write_data KEYWORD2
4246
dci_replace_data KEYWORD2
4347
get_detection_thresholds_enable KEYWORD2
4448
set_detection_thresholds_enable KEYWORD2
4549
get_detection_thresholds KEYWORD2
4650
set_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
4854
motion_indicator_set_distance_motion KEYWORD2
4955
motion_indicator_set_resolution KEYWORD2
5056
calibrate_xtalk KEYWORD2

0 commit comments

Comments
 (0)