1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00
Files
esphome/tests/components/vl53l0x/common.yaml
lastradanet f03b42ced5 Adding timing budget support for vl53l0x (#7991)
Co-authored-by: Brian Davis <bdavis@mimecast.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-05-01 15:17:27 +12:00

14 lines
230 B
YAML

i2c:
- id: i2c_vl53l0x
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: vl53l0x
name: VL53L0x Distance
address: 0x29
enable_pin: 3
timeout: 200us
update_interval: 60s
timing_budget: 30000us