mirror of
https://github.com/eclipse/upm.git
synced 2025-07-13 15:21:22 +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:
37
src/ldt0028/ldt0028.json
Executable file
37
src/ldt0028/ldt0028.json
Executable file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"Library": "ldt0028",
|
||||
"Description": "API for LDT0-028 PZT Film-Based Sensors",
|
||||
"Sensor Class":
|
||||
{
|
||||
"ldt0028":
|
||||
{
|
||||
"Brief": "Piezo Vibration Sensor",
|
||||
"Description": "This module defines the LDT0-028 interface for libupm-ldt0028",
|
||||
"Part Numbers": ["ldt0028"],
|
||||
"Categories": ["vibration"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["industrial", "prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "ldt0028.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["LDT0028Sample.java"],
|
||||
"Python": ["ldt0028.py"],
|
||||
"Node.js": ["ldt0028.js"],
|
||||
"C++": ["ldt0028.cxx"],
|
||||
"C": ["ldt0028.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-Piezo-Vibration-Sensor-p-1411.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-Piezo_Vibration_Sensor/", "https://raw.githubusercontent.com/SeeedDocument/Grove-Piezo_Vibration_Sensor/master/res/Piezo_Vibration_Sensor.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user