mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 06:01:16 +03:00
Added Another set of JSON files(61)
Signed-off-by: msgtfrank <frankww1@gmail.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:

committed by
Abhishek Malik

parent
db89d872b4
commit
287d716401
53
src/scam/scam.json
Normal file
53
src/scam/scam.json
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"Library": "scam",
|
||||
"Description": "Seeed Serial Camera library",
|
||||
"Sensor Class": {
|
||||
"scam": {
|
||||
"Name": "API for the Seeed Serial Camera",
|
||||
"Description": "This is the UPM Module for the Seeed Serial Camera. There is no protocol documentation currently available, so this module was developed based completely on the Seeed Studio* Arduino* sketch.",
|
||||
"Aliases": ["scam", "Grove - Serial Camera Kit"],
|
||||
"Categories": ["other"],
|
||||
"Connections": ["uard"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["Seeed"],
|
||||
"Image": "scam.jpg",
|
||||
"Examples": {
|
||||
"Java": ["SCAMSample.java"],
|
||||
"Python": ["scam.py"],
|
||||
"Node.js": ["scam.js"],
|
||||
"C++": ["scam.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"typ" : 5.0
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Resolution": {
|
||||
"unit": "pixels",
|
||||
"res": "160x120"
|
||||
},
|
||||
"UART Baud Rate": {
|
||||
"unit": "Baud",
|
||||
"min" : 9600,
|
||||
"max" : 115200
|
||||
}
|
||||
},
|
||||
"Platforms": {
|
||||
"Intel Edison": {
|
||||
"Notes": ["Might need Grove base shield"]
|
||||
},
|
||||
"Arduino 101": {
|
||||
"Notes": ["Might need Grove base shield"]
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["http://wiki.seeed.cc/Grove-Serial_Camera_Kit/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user