mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +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/hp20x/hp20x.json
Executable file
40
src/hp20x/hp20x.json
Executable 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user