{ "name": "Mecanix", "description": "Mecanix dev-board", "boardcfg": "TangNano9K", "protocol": "UART", "plugins": [ { "type": "uart", "pins": { "rx": { "pin": "84" }, "tx": { "pin": "85" } }, "baud": 1000000 }, { "type": "blink", "name": "LED1", "pins": { "led": { "pin": "49" } } }, { "type": "bitout", "name": "LED2", "pins": { "bit": { "pin": "50" } } }, { "type": "bitout", "name": "LED3", "pins": { "bit": { "pin": "51" } } }, { "type": "bitout", "name": "LED4", "pins": { "bit": { "pin": "53" } } }, { "type": "bitout", "name": "LED5", "pins": { "bit": { "pin": "41" } } }, { "type": "bitout", "name": "LED6", "pins": { "bit": { "pin": "42" } } }, { "type": "bitout", "name": "LED7", "pins": { "bit": { "pin": "47" } } }, { "type": "bitout", "name": "LED8", "pins": { "bit": { "pin": "48" } } }, { "type": "bitin", "name": "SW1", "pins": { "bit": { "pin": "39" } } }, { "type": "bitin", "name": "SW2", "pins": { "bit": { "pin": "54" } } }, { "type": "stepdir", "pins": { "step": { "pin": "13" }, "dir": { "pin": "14" } }, "is_joint": true }, { "type": "stepdir", "pins": { "step": { "pin": "15" }, "dir": { "pin": "16" } }, "is_joint": true }, { "type": "stepdir", "pins": { "step": { "pin": "17" }, "dir": { "pin": "18" } }, "is_joint": true } ] }