Merge pull request #1 from ryanteck/master

Added RTK RPi MCB
This commit is contained in:
Philip Howard 2015-03-21 22:41:02 +00:00
commit f60a91bc66
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"
}
}
}