mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
added JSONs form Blain
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
38
src/max31855/max31855.json
Executable file
38
src/max31855/max31855.json
Executable file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"Library": "max31855",
|
||||
"Description": "API for the MAX31855 Thermocouple Amplifier",
|
||||
"Sensor Class":
|
||||
{
|
||||
"max31855":
|
||||
{
|
||||
"Brief": "Thermocouple-to-Digital Converter",
|
||||
"Description": "Maxim Integrated* [MAX31855](http://datasheets.maximintegrated.com/en/ds/MAX31855.pdf) is a cold-junction compensated thermocouple-to-digital converter. This module was tested on the Maxim Integrated [MAX31855PMB1 PMOD module] (http://datasheets.maximintegrated.com/en/ds/MAX31855PMB1.pdf) from the analog PMOD kit.",
|
||||
"Part Numbers": ["max31855"],
|
||||
"Categories": ["temperature"],
|
||||
"Connections": ["spi"],
|
||||
"Project Type": ["thermal", "prototyping"],
|
||||
"Manufacturers": ["maxim", "adafruit"],
|
||||
"Kits": [],
|
||||
"Image": "max31855.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["MAX31855Example.java"],
|
||||
"Python": [],
|
||||
"Node.js": [],
|
||||
"C++": ["max31855.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3, "high": 3.6},
|
||||
"Operating Current": {"unit": "uA", "max": 1500}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX31855.html"],
|
||||
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX31855.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user