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/curieimu/curieimu.json
Executable file
39
src/curieimu/curieimu.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "curieimu",
|
||||
"Description": "Bosch Atmospheric Sensor Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"curieimu":
|
||||
{
|
||||
"Brief": "Digital Humidity, Pressure, and Temperature Sensor",
|
||||
"Description": "Curie IMU is a 6-axis accelerometer.",
|
||||
"Part Numbers": ["curieimu"],
|
||||
"Categories": ["IMU", "accelerometer", "compass"],
|
||||
"Connections": ["firmata"],
|
||||
"Project Type": ["prototyping", "industrial"],
|
||||
"Manufacturers": ["bosch"],
|
||||
"Kits": [],
|
||||
"Image": "curieimu.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["curieimu.py"],
|
||||
"Node.js": ["curieimu.js"],
|
||||
"C++": ["curieimu.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
|
||||
},
|
||||
"Platforms":
|
||||
{},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": [],
|
||||
"Datasheets": [],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user