mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +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:
38
src/lidarlitev3/lidarlitev3.json
Executable file
38
src/lidarlitev3/lidarlitev3.json
Executable file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"Library": "lidarlitev3",
|
||||
"Description": "API for the LIDARLITEV3 Optical Distance Measurement Sensor",
|
||||
"Sensor Class":
|
||||
{
|
||||
"lidarlitev3":
|
||||
{
|
||||
"Brief": "Optical Distance Measurement Sensor",
|
||||
"Description": "It is a compact, high-performance optical distance measurement sensor from Garmin.",
|
||||
"Part Numbers": ["lidarlitev3"],
|
||||
"Categories": ["distance"],
|
||||
"Connections": ["i2c", "pwm"],
|
||||
"Project Type": ["robotics", "prototyping"],
|
||||
"Manufacturers": ["garmin"],
|
||||
"Kits": [],
|
||||
"Image": "lidarlitev3.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": [],
|
||||
"Node.js": [],
|
||||
"C++": ["lidarlitev3.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "typ": 5},
|
||||
"Operating Current": {"unit": "mA", "low": 105, "high": 130}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.sparkfun.com/products/14032"],
|
||||
"Datasheets": ["http://static.garmin.com/pumac/LIDAR_Lite_v3_Operation_Manual_and_Technical_Specifications.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user