MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.06k stars 403 forks source link

Add Handbrake Example #239

Open patrix87 opened 2 years ago

patrix87 commented 2 years ago

I added a handbrake configuration with 1 axis and 3 buttons linked to different level of braking.

Based on code from : https://github.com/Dak0r/Chinese-SimRacing-14Bit-Handbrake-Custom-Firmware-Arduino-Sketch

I added a hardware level deadzone and reduced the resolution to 8bit.