https://github.com/andrewda/parcadearcade
https://github.com/andrewda/parcadearcade
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewda/parcadearcade
- Owner: andrewda
- Created: 2016-02-13T02:15:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T23:51:50.000Z (over 10 years ago)
- Last Synced: 2025-04-07T15:33:18.655Z (about 1 year ago)
- Language: JavaScript
- Size: 1.18 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
}
]
}
```