GP2040 icon indicating copy to clipboard operation
GP2040 copied to clipboard

Rumble support

Open Epacik opened this issue 3 years ago • 2 comments

Rumble support could be a nice addition to a controller made using this project. Especially since, at least in pi pico, there are some unused pins.

Epacik avatar Nov 15 '21 21:11 Epacik

Agreed this would be a nice feature, and all the RP2040 pins can do PWM. Will need to do some research around this (USB descriptor handling, validating load on RP2040 pins, etc.), but will add it to the feature project list.

FeralAI avatar Nov 16 '21 00:11 FeralAI

I was looking at https://github.com/dmadison/ArduinoXInput/blob/master/src/XInput.h#L54-L57 https://github.com/dmadison/ArduinoXInput/blob/master/src/XInput.cpp#L466-L469

I hope this might help?

Infer4Y avatar Aug 01 '22 07:08 Infer4Y