https://github.com/wallarug/flightcontroller
A CircuitPython custom Joystick and HID USB Project
https://github.com/wallarug/flightcontroller
Last synced: 5 months ago
JSON representation
A CircuitPython custom Joystick and HID USB Project
- Host: GitHub
- URL: https://github.com/wallarug/flightcontroller
- Owner: wallarug
- License: gpl-3.0
- Created: 2020-05-29T10:19:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T12:43:47.000Z (over 5 years ago)
- Last Synced: 2025-04-07T17:47:07.245Z (about 1 year ago)
- Language: Python
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlightController
A CircuitPython custom Joystick and HID USB Project
A library for a centre control console based on CircuitPython and Robo HAT MM1.
## Process
**Build CircuitPython**
```bash
cd ports/atmel-samd/
make BOARD=robohatmm1_m4 clean
make BOARD=robohatmm1_m4
```