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

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