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:
40
src/max31723/max31723.json
Executable file
40
src/max31723/max31723.json
Executable file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"Library": "max31723",
|
||||
"Description": "API for the MAX31723 Temperature Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"max31723":
|
||||
{
|
||||
"Brief": "SPI/3-wire Digital Thermometer",
|
||||
"Description": "Maxim Integrated* [MAX31723](http://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf) is a low-voltage 3-wire/SPI temperature sensor controller. This module was tested on the Maxim Integrated [MAX31732PMB1 PMOD module](http://datasheets.maximintegrated.com/en/ds/MAX31723PMB1.pdf) from the analog PMOD kit.",
|
||||
"Part Numbers": ["max31723"],
|
||||
"Categories": ["temperature"],
|
||||
"Connections": ["spi"],
|
||||
"Project Type": ["environmental", "prototyping"],
|
||||
"Manufacturers": ["maxim"],
|
||||
"Kits": [],
|
||||
"Image": "max31723.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": [],
|
||||
"Node.js": [],
|
||||
"C++": ["max31723.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 1.7, "high": 3.7},
|
||||
"Operating Current": {"unit": "uA", "low": 100, "high":1200},
|
||||
"Operating Temperature": {"unit": "degC", "low": -55, "high": 125}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX31723.html"],
|
||||
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX31722-MAX31723.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user