Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: sensor: vl53l0x: add private channels with measurement metadata #83401

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

michalpiekos
Copy link
Contributor

This PR adds new channels to return measurement metadata for the VL53L0X sensor.
It includes:

Closes #76204

Testing:

  • Build and flash the samples/sensor/vl53l0x application on stm32_min_dev
  • Verify output matches the expected behavior described in the documentation.

Added private channels for metadata associated with
distance measurement according to datasheet and API manual.

Signed-off-by: Michal Piekos <[email protected]>
@michalpiekos michalpiekos force-pushed the vl53l0x-check-range-status branch from 433520b to b898fd9 Compare December 26, 2024 14:47
Demonstrate usage of newly added private channels with
measurement metadata.

Signed-off-by: Michal Piekos <[email protected]>
@michalpiekos michalpiekos force-pushed the vl53l0x-check-range-status branch from b898fd9 to a99fa4f Compare December 27, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VL53L0x - Check RangeStatus for measurement result
3 participants