You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
482 B
31 lines
482 B
{ |
|
"inputs":{ |
|
"buttons":{ |
|
"restart":{ |
|
"pin": 2, |
|
"when_pressed": "restart" |
|
} |
|
} |
|
}, |
|
|
|
"outputs":{ |
|
"leds":[ |
|
{"name":"1", |
|
"pin": 21, |
|
"target": 3 |
|
}, |
|
{ "name":"2", "pin":20, "target":"4", "defaults": { "state":0,"brightness":1.0}}, |
|
{ "name":"3", "pin":16, "target":"5"}, |
|
{ "name":"4", "pin":12, "target":"6"}, |
|
{ "name":"5", "pin":5, "target":"7"}], |
|
|
|
"defaults":{ |
|
"led":{ |
|
"brightness": 1.0, |
|
"colour": 1.0 , |
|
"state": 0 |
|
} |
|
} |
|
} |
|
} |
|
|
|
|