Skip to content

Commit

Permalink
Add unpublished MCP9601 + VL53L4CX
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Apr 9, 2024
1 parent 8deb657 commit dbf2cae
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
17 changes: 17 additions & 0 deletions components/i2c/mcp9601/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"displayName": "MCP9808",
"vendor": "Microchip",
"productURL": "https://www.adafruit.com/product/5165",
"documentationURL": "https://learn.adafruit.com/adafruit-mcp9601",
"published": false,
"i2cAddresses": [ "0x60", "0x61", "0x62", "0x63", "0x64", "0x65", "0x66", "0x67"],
"subcomponents": [
"ambient-temp",
"ambient-temp-fahrenheit",
{
"displayName": "Type K Thermocouple (°C)",
"sensorType": "raw",
"defaultPeriod": 30
}
]
}
20 changes: 20 additions & 0 deletions components/i2c/vl53l4cx/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"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 - Object 1",
"sensorType": "proximity",
"defaultPeriod": 30
},
{
"displayName": "ToF Sensor - Object 2",
"sensorType": "raw",
"defaultPeriod": 30
}
]
}

0 comments on commit dbf2cae

Please sign in to comment.