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

46
src/adis16448/adis16448.json Executable file
View File

@ -0,0 +1,46 @@
{
"Library": "adis16448",
"Description": "Industrial Grade Ten Degrees of Freedom Inertial Sensor",
"Sensor Class":
{
"adis16448":
{
"Brief": "API for the Analog Devices ADIS16448 Accelerometer",
"Description": "This is an industrial-grade accelerometer by Analog Devices.",
"Part Numbers": ["adis16448"],
"Categories": ["imu"],
"Connections": ["spi"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["generic"],
"Kits": [],
"Image": "adis16448.jpg",
"Examples":
{
"Java": [],
"Python": [],
"Node.js": ["adis16448.js"],
"C++": ["adis16448.cxx"],
"C": []
},
"Specifications":
{
"Working Voltage": {"unit": "v", "low": 3.15, "high": 3.45},
"Working Current": {"unit": "mA", "low": 76, "high": 104}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Requires pull-up resistors with carrier board"],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["http://www.analog.com/en/products/sensors/inertial-measurement-units/adis16448.html"],
"Datasheets": ["http://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16448.pdf"],
"Schematics": []
}
}
}
}