Skip to content

Commit 13d6f65

Browse files
committed
fix(mlx90632): add model D distinction for medical
1 parent 0d592fb commit 13d6f65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/i2c/mlx90632_ext/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"displayName": "MLX90632 (Extended Range)",
3-
"description": "Non-contact MEMS thermal far-infrared sensor for precise temperature detection (extended measurement range).",
2+
"displayName": "MLX90632-D (Extended Range)",
3+
"description": "Non-contact far-infrared temperature sensor (extended range + lower accuracy)",
44
"vendor": "Melexis",
55
"productURL": "https://www.adafruit.com/product/6403",
66
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF",

components/i2c/mlx90632_med/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"displayName": "MLX90632 (Medical Range)",
3-
"description": "Non-contact MEMS thermal far-infrared sensor for precise temperature detection (medical measurement range).",
2+
"displayName": "MLX90632-D (Medical Range)",
3+
"description": "Non-contact far-infrared temperature sensor (medical range + higher accuracy).",
44
"vendor": "Melexis",
55
"productURL": "https://www.adafruit.com/product/6403",
66
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF",

0 commit comments

Comments
 (0)