Emulating a joystick

Is there a library that enables me to emulate a joystick using a Nano 33 BLE ?
I've looked at the Mbed libs, but could only find mouse and keyboard

Why do you need it to be a joystick? It should not matter what device is used a mouse and keyboard should be able to interact with any app/program.

Not really... Flight simulators usually can require a joystick or a mouse depending on what you are controlling.

A terça, 6/09/2022, 00:34, Klaus_K via Arduino Forum <notifications@arduino.discoursemail.com> escreveu:

Maybe this helps.

https://os.mbed.com/teams/ELEC2645-201516/code/Joystick/docs/tip/classJoystick.html

Thanks.
In the meantime, I went for a Arduino Micro as Joystick support was already available.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.