Skip to content

Commit

Permalink
Merge pull request #210 from adafruit/add-VL53L4CD
Browse files Browse the repository at this point in the history
Add VL54L4CD
  • Loading branch information
tyeth authored Feb 12, 2024
2 parents 96f5f29 + 9a63c92 commit fb209be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/i2c/vl53l4cd/definition.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit fb209be

Please sign in to comment.