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/grovescam/grovescam.json
Executable file
39
src/grovescam/grovescam.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "grovescam",
|
||||
"Description": "Grove Serial Camera Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"grovescam":
|
||||
{
|
||||
"Brief": "Serial Camera Module",
|
||||
"Description": "UPM module for the ear-clip heart rate sensor. It is used to measure your heart rate.",
|
||||
"Part Numbers": ["grovescam"],
|
||||
"Categories": ["imaging", "deprecated"],
|
||||
"Connections": ["uart"],
|
||||
"Project Type": ["prototyping", "access control", "security"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "grovescam.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["GROVESCAMSample.java"],
|
||||
"Python": ["grovescam.py"],
|
||||
"Node.js": ["grovescam.js"],
|
||||
"C++": ["grovescam.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "typ": 5},
|
||||
"Resolution": {"unit": "", "max": "640x480"}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-Serial-Camera-Kit-p-1608.html"],
|
||||
"Datasheets": ["http://www.seeedstudio.com/wiki/Grove_-_Serial_Camera_Kit"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user