From 3fa9adc50a89075dddad3d8530d36daa5ff3f32b Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 2 Jul 2025 21:34:45 +0100 Subject: [PATCH] Add OMRON D6T-1A --- components/i2c/d6t1a/definition.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 components/i2c/d6t1a/definition.json diff --git a/components/i2c/d6t1a/definition.json b/components/i2c/d6t1a/definition.json new file mode 100644 index 0000000..de1cfaf --- /dev/null +++ b/components/i2c/d6t1a/definition.json @@ -0,0 +1,10 @@ +{ + "displayName": "D6T-1A Thermal Sensor", + "description": "Non-contact MEMS thermal infrared sensor for precise temperature detection (D6T-1A-01/D6T-1A-02)", + "vendor": "OMRON", + "productURL": "https://www.digikey.com/en/products/detail/omron-electronics-inc-emc-div/D6T-1A-02/8602566", + "documentationURL": "https://omronfs.omron.com/en_US/ecb/products/pdf/en_D6T_users_manual.pdf", + "published": false, + "i2cAddresses": ["0x0A"], + "subcomponents": ["ambient-temp", "ambient-temp-fahrenheit", "object-temp", "object-temp-fahrenheit"] +}