Files
flippr-code/FlippR-Driver/json_example/gpio_config.json
Jonas Zeunert c1a29d8bea threading again
2018-05-06 23:19:02 +02:00

22 lines
282 B
JSON

{
"input":
{
"row":
{
"A":"GPIO_13",
"B":"GPIO_14",
"C":"GPIO_15",
},
"column":
{
"A":"GPIO_17",
"B":"GPIO_18",
"C":"GPIO_19",
"input":"GPIO_20"
}
},
"output":
{
}
}