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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

38
src/lm35/lm35.json Executable file
View 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": []
}
}
}
}