License: BSD-3-Clause
| Node | Description |
|---|---|
| example-test-tof-sensor | Patch to test tof-sensor. |
| get-address | Read the I²C address of the VL53L0X. |
| get-measurement-timing-budget | Read measurement timing budget of VL53L0X. |
| get-timeout | Read current timeout setting of VL53L0X. |
| init | Initialize VL53L0X device. |
| read-distance | Read distance (mm). |
| set-measurement-timing-budget | Set measurement timing budget. |
| set-timeout | Set timeout. |
| start-continuous | Start continuous ranging measurements, with the given inter-measurement period in milliseconds determining how often the sensor takes a measurement. |
| stop-continuous | Stop continuous measurements. |
| timeout-occurred | Did a timeout occur in one of the read functions since the last call to this node? |
| vl53l0x-device | Create VL53L0X device. |
| tof-sensor | Time-of-Flight (ToF) sensor. |