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