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.14k stars 413 forks source link

STM32 Support #277

Open MMahyaRA opened 1 year ago

MMahyaRA commented 1 year ago

Please also provide support for STM32 chips.

For example, the STM32F103C8T6 microcontroller has USB connectivity capability. It would be great if your library supports this microcontroller as well.

tgramith commented 11 months ago

Use FreeJoy then. You need to make sure you have GENUINE BLUEPILL (not a clone) because if you don't, it will not work. It's why I went with ArduinoJoystickLibrary.

relaxibus commented 10 months ago

Ok, thanks.