File tree Expand file tree Collapse file tree 3 files changed +212
-244
lines changed Expand file tree Collapse file tree 3 files changed +212
-244
lines changed 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
5
5
6
6
This sensor uses I2C/SPI to communicate. And I2C/SPI instance is required to access to the sensor.
7
7
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.
8
9
9
10
## Examples
10
11
Original file line number Diff line number Diff line change @@ -37,14 +37,20 @@ get_target_order KEYWORD2
37
37
set_target_order KEYWORD2
38
38
get_ranging_mode KEYWORD2
39
39
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
40
44
dci_read_data KEYWORD2
41
45
dci_write_data KEYWORD2
42
46
dci_replace_data KEYWORD2
43
47
get_detection_thresholds_enable KEYWORD2
44
48
set_detection_thresholds_enable KEYWORD2
45
49
get_detection_thresholds KEYWORD2
46
50
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
48
54
motion_indicator_set_distance_motion KEYWORD2
49
55
motion_indicator_set_resolution KEYWORD2
50
56
calibrate_xtalk KEYWORD2
You can’t perform that action at this time.
0 commit comments