In this project I'm creating a joystick with arduino that will work like a real joystick for linux!
I am using:
- Ubuntu 22.04 (ARM edition)
- Arduino Uno (Original)
- Elegoo Joystick Module
The repository structure is the following:
arduino/
contains the source for the arduinodriver/
contains the source for the drivertest/
contains the source to test if the joystick is working
Every directory contains a README about that specific part