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

40
src/hp20x/hp20x.json Executable file
View File

@ -0,0 +1,40 @@
{
"Library": "hp20x",
"Description": "API for the HP20X-based Grove Barometer (High-Accuracy)",
"Sensor Class":
{
"hp20x":
{
"Brief": "HP20X Barometer (High-Accuracy)",
"Description": "This is a high-accuracy barometer providing pressure, altitude, and temperature data. It can be calibrated for a given altitude offset, and a wide range of interrupt generating capabilities are supported. As usual, see the HP20X datasheet for more details. This module was developed using a Grove Barometer (High-Accuracy) based on an HP206C chip.",
"Part Numbers": ["hp20x"],
"Categories": ["pressure"],
"Connections": ["i2c"],
"Project Type": ["environmental", "prototyping"],
"Manufacturers": ["seeed"],
"Kits": [],
"Image": "hp20x.jpg",
"Examples":
{
"Java": ["HP20xExample.java"],
"Python": ["hp20x.py"],
"Node.js": ["hp20x.js"],
"C++": ["hp20x.cxx"],
"C": []
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5.5},
"Operating Current": {"unit": "mA", "low": 0.635, "high": 1.1},
"Measurement Range": {"unit": "hPa", "low": 300, "high": 1200}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-Barometer-HighAccuracy-p-1865.html"],
"Datasheets": ["http://www.seeedstudio.com/wiki/File:HP206C_Datasheet.pdf"],
"Schematics": []
}
}
}
}