mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +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/lm35/lm35.json
Executable file
38
src/lm35/lm35.json
Executable file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"Library": "lm35",
|
||||
"Description": "API for the DFRobot LM35 Linear Temperature Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"lm35":
|
||||
{
|
||||
"Brief": "Analog Temperature Sensor",
|
||||
"Description": "This sensor returns an analog voltage proportional to the temperature of the ambient environment. This driver was developed using the DFRobot LM35 Linear Temperature Sensor",
|
||||
"Part Numbers": ["lm35"],
|
||||
"Categories": ["temperature"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["environmental", "monitoring", "prototyping"],
|
||||
"Manufacturers": ["dfrobot", "nationalsemiconductor"],
|
||||
"Kits": [],
|
||||
"Image": "lm35.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["lm35.py"],
|
||||
"Node.js": ["lm35.js"],
|
||||
"C++": ["lm35.cxx"],
|
||||
"C": ["lm35.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
|
||||
"Measurement Range": {"unit": "degC", "low": 0, "high": 100}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.dfrobot.com/product-76.html"],
|
||||
"Datasheets": ["http://image.dfrobot.com/image/data/DFR0023/DFR0023_Datasheet.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user