upm/src/cjq4435/cjq4435.json
Wai Lun Poon 3ca7889755 fixed JSON keys
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-08-18 11:55:39 -07:00

46 lines
2.0 KiB
JSON
Executable File

{
"Library": "cjq4435",
"Description": "API for the CJQ4435 MOSFET",
"Sensor Class":
{
"cjq4435":
{
"Name": "CJQ4435 MOSFET",
"Description": "UPM module for the CJQ4435 MOSFET. It was developed using the Grove MOSFET module, but could be used with any MOSFET. A MOSFET is like a switch, but it can switch much faster than a mechanical relay. Here, we implement support via MRAA pulse width modulation (PWM) functions. Note: available periods vary depending on the capabilities of your platform.",
"Aliases": ["cjq4435"],
"Categories": ["electric"],
"Connections": ["gpio", "pwm"],
"Project Type": ["prototyping", "robotics"],
"Manufacturers": ["seeed"],
"Kits": ["robok"],
"Image": "cjq4435.jpg",
"Examples":
{
"Java": ["CJQ4435Sample.java"],
"Python": ["cjq4435.py"],
"Node.js": ["cjq4435.js"],
"C++": ["cjq4435.cxx"],
"C": ["cjq4435.c"]
},
"Specifications":
{
"Trigger Voltage": {"unit": "V", "typ" : 5},
"Working Voltage" : {"unit": "V", "low" : 5, "high": 15}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Requires pull-up resistors with carrier board"],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-MOSFET-p-1594.html", "http://wiki.seeed.cc/Grove-MOSFET/"],
"Datasheets": ["https://raw.githubusercontent.com/SeeedDocument/Grove-MOSFET/master/res/CJQ4435.pdf"],
"Schematics": ["https://github.com/SeeedDocument/Grove-MOSFET/raw/master/res/Grove%20-%20MOSFET%20.pdf"]
}
}
}
}