Update d6t.json

This commit is contained in:
omron-ankit 2019-10-01 13:33:20 -05:00 committed by GitHub
parent c52233eb71
commit bab05148ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,32 +5,22 @@
"d6t": { "d6t": {
"Name": "API for D6T Sensor", "Name": "API for D6T Sensor",
"Description": "This is the UPM Module for Omron MEMS D6T Thermal Sensor", "Description": "This is the UPM Module for Omron MEMS D6T Thermal Sensor",
"Aliases": [""], "Aliases": ["IR Sensor"],
"Categories": [""],
"Connections": ["I2C"], "Connections": ["I2C"],
"Project Type": ["sensor"], "Project Type": ["sensor"],
"Manufacturers": ["Omron"], "Manufacturers": ["Omron"],
"Image": "",
"Examples": { "Examples": {
"C++": ["d6t.cxx"] "C++": ["d6t.cxx"]
}, },
"Specifications": {
"Baud Rate": {
"unit" : "",
"default": ""
}
},
"Platforms": { "Platforms": {
"Intel Edison": { "Intel Edison": {
"Notes": [""] "Notes": ["Might need omron thermal sensor"]
} }
}, },
"Urls": { "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"] "Datasheets": ["https://omronfs.omron.com/en_US/ecb/products/pdf/en_D6T_catalog.pdf"]
} }
} }
} }
} }