An open API service indexing awesome lists of open source software.

https://github.com/andrewda/parcadearcade


https://github.com/andrewda/parcadearcade

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# ParcadeArcade

## Boot Parameters
```json
{
"id": 1,
"capabilities": [
{
"name": "green_button",
"ioType": 0,
"port": 1
},
{
"name": "ultrasonic",
"ioType": 0,
"port": 2
},
{
"name": "buzzer",
"ioType": 1,
"port": 3
}
]
}
```