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

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

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
```