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

Tested this on iOS 16? #255

Open erikandershed opened 1 year ago

erikandershed commented 1 year ago

Hey! As of iOS 16 many new USB gamepads is now supported. Do you know if this lib works on iOS 16 or IPadOS 16? Best!

MHeironimus commented 1 year ago

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 (e.g., Xbox, Nintendo, etc.). If someone gets it to work, I would be interested to hear what you had to do.