From d5b5aad216f9f56ff2d9e363781f26868629db16 Mon Sep 17 00:00:00 2001 From: tyeth Date: Mon, 12 Feb 2024 18:28:41 +0000 Subject: [PATCH] Add VL53L4CX --- components/i2c/vl53l4cx/definition.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 components/i2c/vl53l4cx/definition.json diff --git a/components/i2c/vl53l4cx/definition.json b/components/i2c/vl53l4cx/definition.json new file mode 100644 index 0000000..fac53f9 --- /dev/null +++ b/components/i2c/vl53l4cx/definition.json @@ -0,0 +1,15 @@ +{ + "displayName": "VL53L4CX", + "published": false, + "vendor": "STMicroelectronics", + "productURL": "https://www.adafruit.com/product/5425", + "documentationURL": "https://learn.adafruit.com/adafruit-vl53l4cx-time-of-flight-distance-sensor", + "i2cAddresses": [ "0x29" ], + "subcomponents": [ + { + "displayName": "ToF Sensor", + "sensorType": "proximity", + "defaultPeriod": 30 + } + ] +}