add(mlx90632): add B variant with standard range
This commit is contained in:
parent
b901e09c7b
commit
de9718baf3
1 changed files with 27 additions and 0 deletions
27
components/i2c/mlx90632b/definition.json
Normal file
27
components/i2c/mlx90632b/definition.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"displayName": "MLX90632-B (Standard Range)",
|
||||
"description": "Non-contact far-infrared temperature sensor (standard range + accuracy)",
|
||||
"vendor": "Melexis",
|
||||
"productURL": "https://www.digikey.com/en/products/detail/melexis-technologies-nv/MLX90632SLD-BCB-000-RE/8259656",
|
||||
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF",
|
||||
"published": false,
|
||||
"i2cAddresses": ["0x3A", "0x3B"],
|
||||
"subcomponents": [
|
||||
{
|
||||
"displayName": "Ambient Temperature (°C)",
|
||||
"sensorType": "ambient-temp"
|
||||
},
|
||||
{
|
||||
"displayName": "Ambient Temperature (°F)",
|
||||
"sensorType": "ambient-temp-fahrenheit"
|
||||
},
|
||||
{
|
||||
"displayName": "Measured Object Temp (°C)",
|
||||
"sensorType": "object-temp"
|
||||
},
|
||||
{
|
||||
"displayName": "Measured Object Temp (°F)",
|
||||
"sensorType": "object-temp-fahrenheit"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue