Matthew Heironimus
Matthew Heironimus
Sorry for the delay in getting back to you. This is possible to do, but the library does not currently support it. I hope to add some Flight Simulator enhancements...
Is your question specific to Microsoft Windows or do you just want to know if the device is connected to a computer? In other words, which of the following best...
I believe the GamepadExample or the FunduinoJoystickShield examples that are provided with the library are what you are looking for. You can also check out http://mheironimus.blogspot.com/2022/07/simple-arduino-leonardo-usb-game-pad.html?m=1.
@Andreas1109 - Can you provide a sample of code you already have? Basically you read the value of the switch on every loop and if it is different from the...
@Andreas1109 - I am not familiar with RealRobots, but I took a look at the code. It seems the existing logic would make the switches work the way I would...
Since I am not familiar with RealRobots, I can only give you a hint as to what you could try. I would try adding an array towards the top of...
@alphaleonis asked: >How come these PR:s never seem to get merged? Because I don't have time to test them. :) Seriously though, I do appreciate people's contribution. Once a PR...
Could you list some of the games that you have tested it on?
I do not know if iOS supports generic HID game controllers (which is what this library causes the Arduino to look like) or if it only supports name brand controllers...
Can you add a comment with the relevant source code?