mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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
43
src/smartdrive/smartdrive.json
Normal file
43
src/smartdrive/smartdrive.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"Library": "smartdrive",
|
||||
"Description": "SmartDrive library",
|
||||
"Sensor Class": {
|
||||
"smartdrive": {
|
||||
"Name": "API for the SmartDrive advanced motor controller from OpenElectronics",
|
||||
"Description": "This is the UPM Module for the OpenElectronics SmartDrive advanced motor controller. SmartDrive is a multiplexer to control high current DC motors This module has been tested on the SmartDrive.",
|
||||
"Aliases": ["smartdrive", "SmartDrive High Current Motor Controller"],
|
||||
"Categories": ["motor"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["prototyping", "robotics"],
|
||||
"Manufacturers": ["OpenElectronics"],
|
||||
"Image": "smartdrive.jpg",
|
||||
"Examples": {
|
||||
"C++": ["smartdrive.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 12,
|
||||
"max": 24
|
||||
},
|
||||
"Supply Current": {
|
||||
"unit": "A",
|
||||
"average": 10,
|
||||
"max": 30
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Controllable Motors": {
|
||||
"unit": "motors",
|
||||
"motors": 2
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["http://www.mindsensors.com/rpi/76-smartdrive-high-current-motor-controller"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user