playAbilityTech / Arduino-JoyCon-Library-for-Nintendo-Switch

Transform your ATmega32u4 based Arduino boards into Nintendo Switch-compatible gamepads! This library enables the Arduino Leonardo, Micro, or compatible clones to be recognized as HID game controllers with customizable inputs. Featuring support for up to 16 buttons, a hat switch, and dual analog sticks with 8-bit precision
GNU Lesser General Public License v3.0
97 stars 8 forks source link

Suggestion: add vibration #5

Open GlUTEN-BASH opened 2 years ago

GlUTEN-BASH commented 2 years ago

Hello! I have a pretty cool suggestion for this library: add vibration variable.

Vaflan commented 2 years ago

Yes, this is a necessary thing that you want to accept - read USB_Recv() - https://github.com/arduino/ArduinoCore-API/blob/master/api/USBAPI.h Some information about vibration - https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/issues/11#issuecomment-332282089