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:
39
src/h3lis331dl/h3lis331dl.json
Executable file
39
src/h3lis331dl/h3lis331dl.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "h3lis331dl",
|
||||
"Description": "H3LIS331DL I2C Accelerometer (400g) Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"h3lis331dl":
|
||||
{
|
||||
"Brief": "I2C 3-axis Digital Accelerometer (400g)",
|
||||
"Description": "This is a high-performance, high-range accelerometer for extreme applications.",
|
||||
"Part Numbers": ["h3lis331dl"],
|
||||
"Categories": ["accelerometer"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["IMU", "prototyping"],
|
||||
"Manufacturers": ["seeed", "stmicro"],
|
||||
"Kits": [],
|
||||
"Image": "h3lis331dl.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["H3LIS331DLSample.java"],
|
||||
"Python": ["h3lis331dl.py"],
|
||||
"Node.js": ["h3lis331dl.js"],
|
||||
"C++": ["h3lis331dl.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
|
||||
"Operating Current": {"unit": "uA", "typ": 300},
|
||||
"Measurement Range": {"unit": "+-g", "low": 100, "high": 400}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["httpshttps://www.seeedstudio.com/Grove-3Axis-Digital-Accelerometer400g-p-1897.html"],
|
||||
"Datasheets": ["http://www.st.com/web/en/resource/technical/document/datasheet/DM00053090.pdf", "http://wiki.seeed.cc/Grove-3-Axis_Digital_Accelerometer-400g/"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user