Skip to content

Commit

Permalink
Update some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Jul 1, 2024
1 parent aea6799 commit a0020e8
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 244 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Arduino library to support the VL53L8CX Time-of-Flight 8x8 multizone ranging sen

This sensor uses I2C/SPI to communicate. And I2C/SPI instance is required to access to the sensor.
The APIs provide simple distance measure and multizone detection in both polling and interrupt modes.
The APis derive from VL53L8CX ULD SDK v1.3.0.

## Examples

Expand Down
8 changes: 7 additions & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,20 @@ get_target_order KEYWORD2
set_target_order KEYWORD2
get_ranging_mode KEYWORD2
set_ranging_mode KEYWORD2
get_external_sync_pin_enable KEYWORD2
set_external_sync_pin_enable KEYWORD2
get_VHV_repeat_count KEYWORD2
set_VHV_repeat_count KEYWORD2
dci_read_data KEYWORD2
dci_write_data KEYWORD2
dci_replace_data KEYWORD2
get_detection_thresholds_enable KEYWORD2
set_detection_thresholds_enable KEYWORD2
get_detection_thresholds KEYWORD2
set_detection_thresholds KEYWORD2
motion_indicator_init KEYWORD2
get_detection_thresholds_auto_stop KEYWORD2
set_detection_thresholds_auto_stop
motion_indicator_init KEYWORD2 KEYWORD2
motion_indicator_set_distance_motion KEYWORD2
motion_indicator_set_resolution KEYWORD2
calibrate_xtalk KEYWORD2
Expand Down
Loading

0 comments on commit a0020e8

Please sign in to comment.