Added RTK RPi MCB

This commit is contained in:
Ryan 2015-03-21 22:27:41 +00:00
parent b642be2dc7
commit c587cec800
1 changed files with 30 additions and 0 deletions

30
overlay/rtk-000-001.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "Ryanteck Motor Controller Board",
"manufacturer": "Ryanteck",
"url": "http://www.ryanteck.uk/store/ryanteck-rpi-motor-controller-board",
"buy": "http://www.ryanteck.uk/store/ryanteck-rpi-motor-controller-board",
"description": "A budget motor controller with quick start guides.",
"pincount": 26,
"pin": {
"11": {
"name": "Motor 1 A",
"direction": "output",
"active": "high"
},
"12": {
"name": "Motor 1 B",
"direction": "output",
"active": "high"
},
"15": {
"name": "Motor 2 A",
"direction": "output",
"active": "high"
},
"16": {
"name": "Motor 2 B",
"direction": "output",
"active": "high"
}
}
}