{ "name": "Mimas", "description": "Mimas - https://github.com/ozzyrob/Linuxcnc-FPGA/", "boardcfg": "Mimas", "machinetype": "mill", "protocol": "SPI", "slots": [ { "name": "BOB_A", "comment": "DB3 connector (v04)", "pins": { "P1": "p43", "P2": "p44", "P3": "p45", "P4": "p46", "P5": "p47", "P6": "p48", "P7": "p50", "P8": "p51", "P9": "p55", "P10": "p56", "P11": "p74", "P12": "p75", "P13": "p78", "P14": "p79", "P15": "p80", "P16": "p81", "P17": "p82" } } ], "plugins": [ { "type": "spi", "pins": { "mosi": { "pin": "p131" }, "miso": { "pin": "p132" }, "sclk": { "pin": "p134" }, "sel": { "pin": "p133" } } }, { "type": "blink", "pins": { "led": { "pin": "LED:LED1", "modifier": [ { "type": "onerror" } ] } }, "frequency": 1.0 }, { "type": "blink", "pins": { "led": { "pin": "LED:LED2", "modifier": [ { "type": "onerror" } ] } }, "frequency": 5.0 }, { "type": "stepdir", "name": "Joint0", "pins": { "step": { "pin": "BOB_A:P2" }, "dir": { "pin": "BOB_A:P3" } }, "is_joint": true }, { "type": "stepdir", "name": "Joint1", "pins": { "step": { "pin": "BOB_A:P4" }, "dir": { "pin": "BOB_A:P5" } }, "is_joint": true }, { "type": "stepdir", "name": "Joint2", "pins": { "step": { "pin": "BOB_A:P6" }, "dir": { "pin": "BOB_A:P7" } }, "is_joint": true }, { "type": "pwmout", "name": "PWM", "min": 0, "max": 10000, "pins": { "pwm": { "pin": "BOB_A:P1" } } }, { "type": "bitout", "name": "led00", "pins": { "bit": { "pin": "p114" } } }, { "type": "bitout", "name": "led01", "pins": { "bit": { "pin": "p115" } } }, { "type": "bitout", "name": "led02", "pins": { "bit": { "pin": "p116" } } }, { "type": "bitout", "name": "led03", "pins": { "bit": { "pin": "p117" } } } ] }