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:
37
src/lsm303dlh/lsm303dlh.json
Executable file
37
src/lsm303dlh/lsm303dlh.json
Executable file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"Library": "lsm303dlh",
|
||||
"Description": "API for the LSM303DLH Accelerometer & Compass",
|
||||
"Sensor Class":
|
||||
{
|
||||
"lsm303dlh":
|
||||
{
|
||||
"Brief": "Triaxial Accelerometer/magnetometer",
|
||||
"Description": "This module defines the LSM303DLH 3-axis magnetometer/3-axis accelerometer. This module was tested with the Seeed Studio* Grove 6-Axis Accelerometer & Compass module used over I2C. The magnetometer and acceleromter are accessed at two seperate I2C addresses.",
|
||||
"Part Numbers": ["lsm303dlh"],
|
||||
"Categories": ["compass", "accelerometer"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["imu", "prototyping"],
|
||||
"Manufacturers": ["seeed", "adafruit", "stmicro"],
|
||||
"Kits": [],
|
||||
"Image": "lsm303dlh.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["LSM303DLHSample.java"],
|
||||
"Python": ["lsm303dlh.py"],
|
||||
"Node.js": ["lsm303dlh.js"],
|
||||
"C++": ["lsm303dlh.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "typ": 3.3}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/grove-6axis-accelerometercompass-p-1448.html?cPath=144_146"],
|
||||
"Datasheets": ["http://wiki.seeedstudio.com/wiki/Grove_-_6-Axis_Accelerometer%26Compass_V1.0"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user