From bab05148ed1222a5acaf348f5fec593cfe901696 Mon Sep 17 00:00:00 2001 From: omron-ankit <47993414+omron-ankit@users.noreply.github.com> Date: Tue, 1 Oct 2019 13:33:20 -0500 Subject: [PATCH] Update d6t.json --- src/d6t/d6t.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/d6t/d6t.json b/src/d6t/d6t.json index daf006ef..0a3e4300 100644 --- a/src/d6t/d6t.json +++ b/src/d6t/d6t.json @@ -5,32 +5,22 @@ "d6t": { "Name": "API for D6T Sensor", "Description": "This is the UPM Module for Omron MEMS D6T Thermal Sensor", - "Aliases": [""], - "Categories": [""], + "Aliases": ["IR Sensor"], "Connections": ["I2C"], "Project Type": ["sensor"], "Manufacturers": ["Omron"], - "Image": "", "Examples": { "C++": ["d6t.cxx"] }, - "Specifications": { - "Baud Rate": { - "unit" : "", - "default": "" - } - }, "Platforms": { "Intel Edison": { - "Notes": [""] + "Notes": ["Might need omron thermal sensor"] } }, "Urls": { - "Product Pages": ["https://www.components.omron.com/product-detail?partId=396"], + "Product Pages": ["https://www.components.omron.com/parametric-search?nodeId=404010&nodeParentId=4040"], "Datasheets": ["https://omronfs.omron.com/en_US/ecb/products/pdf/en_D6T_catalog.pdf"] } } } } - -