upm/src/curieimu/curieimu.json
Abhishek Malik cc3721128e JSON: Fixing new JSONs
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-09-14 22:17:43 -07:00

38 lines
1.1 KiB
JSON

{
"Library": "curieimu",
"Description": "Bosch Atmospheric Sensor Library",
"Sensor Class":
{
"curieimu":
{
"Name": "Digital Humidity, Pressure, and Temperature Sensor",
"Description": "Curie IMU is a 6-axis accelerometer.",
"Aliases": ["curieimu"],
"Categories": ["IMU", "accelerometer", "compass"],
"Connections": ["firmata"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["bosch"],
"Kits": [],
"Examples":
{
"Java": [],
"Python": ["curieimu.py"],
"Node.js": ["curieimu.js"],
"C++": ["curieimu.cxx"],
"C": []
},
"Specifications":
{
},
"Platforms":
{},
"Urls" :
{
"Product Pages": [],
"Datasheets": [],
"Schematics": []
}
}
}
}