Sha256: ff8446db3aece64cf7d99b0f0c14321460d066b54fdfea8e22e5f6a250267674
Contents?: true
Size: 566 Bytes
Versions: 2
Compression:
Stored size: 566 Bytes
Contents
{ "robot": { "name": "myRobot", "connections": [ { "adaptor": "Adaptor", "name": "arduino", "port": "/dev/ttyACM0" } ], "devices": [ { "commands": [ "isOn", "turnOn", "turnOff", "toggle", "brightness" ], "connection": "arduino", "driver": "Led", "name": "led", "pin": 13 }, { "commands": [ "isPressed" ], "connection": "arduino", "driver": "Button", "name": "button", "pin": 2 } ], "commands": [] } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
robeaux-0.3.0 | test/support/myRobot.json |
robeaux-0.2.0 | test/support/myRobot.json |