https://github.com/discretetom/go-raspi-car
https://github.com/discretetom/go-raspi-car
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/discretetom/go-raspi-car
- Owner: DiscreteTom
- Created: 2021-07-29T14:39:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T03:46:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T06:38:58.396Z (4 months ago)
- Language: Go
- Size: 1.73 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-raspi-car
Control a raspi car using a XBOX controller.
## Prerequisite
Install [pi-blaster](https://github.com/sarfata/pi-blaster), which will add a device called `/dev/pi-blaster`.
## Build & Run
```
go build && sudo ./go-raspi-car
```