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:
41
src/groveelectromagnet/groveelectromagnet.json
Executable file
41
src/groveelectromagnet/groveelectromagnet.json
Executable file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"Library": "groveelectromagnet",
|
||||
"Description": "Grove Electromagnet Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"groveelectromagnet":
|
||||
{
|
||||
"Brief": "API for the Grove Electromagnet",
|
||||
"Description": "The Grove Electromagnet can hold up to 1 kg (approximately 2.2 lbs)",
|
||||
"Part Numbers": ["groveelectromagnet"],
|
||||
"Categories": ["electric", "magnetic", "deprecated"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "groveelectromagnet.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["groveelectromagnet.py"],
|
||||
"Node.js": ["groveelectromagnet.js"],
|
||||
"C++": ["groveelectromagnet.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "typ": 5},
|
||||
"Operating Current": {"unit": "mA", "typ": 400},
|
||||
"Standby Current": {"unit": "uA", "typ": 200},
|
||||
"Max Load Weight": {"unit": "kgs", "typ": 1}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-Electromagnet-p-1820.html"],
|
||||
"Datasheets": ["https://raw.githubusercontent.com/SeeedDocument/Grove-Electromagnet/master/res/ZYE1-P20-15.pdf", "http://wiki.seeed.cc/Grove-Electromagnet/"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user