diff --git a/components/i2c/vl53l1x/definition.json b/components/i2c/vl53l1x/definition.json index 69ae944..ee3b641 100644 --- a/components/i2c/vl53l1x/definition.json +++ b/components/i2c/vl53l1x/definition.json @@ -1,9 +1,10 @@ { "displayName": "VL53L1X", "vendor": "STMicroelectronics", - "published": false, + "published": true, "productURL": "https://www.adafruit.com/product/3967", "documentationURL": "https://learn.adafruit.com/adafruit-vl53l1x", + "description": "Time of Flight (ToF) distance sensor with about ~30 to 4000mm range", "i2cAddresses": [ "0x29" ], "subcomponents": [ { diff --git a/components/i2c/vl53l4cd/definition.json b/components/i2c/vl53l4cd/definition.json index 700d675..50e3cb1 100644 --- a/components/i2c/vl53l4cd/definition.json +++ b/components/i2c/vl53l4cd/definition.json @@ -1,9 +1,10 @@ { "displayName": "VL53L4CD", - "published": false, + "published": true, "vendor": "STMicroelectronics", "productURL": "https://www.adafruit.com/product/5396", "documentationURL": "https://learn.adafruit.com/adafruit-vl53l4cd-time-of-flight-distance-sensor", + "description": "Time of Flight (ToF) distance Sensor with about ~1 to 1300mm range", "i2cAddresses": [ "0x29" ], "subcomponents": [ {