AlanChatham / UnoJoy

UnoJoy! allows you to easily turn an Arduino Uno (or Mega or Leonardo) into a PS3-compatible USB game controller
GNU General Public License v3.0
482 stars 130 forks source link

Increase Polling rate (From Driver side?) #68

Open agamemaker opened 2 months ago

agamemaker commented 2 months ago

Is there a way I can increase the polling rate of the system? I look through UnoJoy.h and it seems like the limiting factor is that the drivers aren't requesting data fast enough. Is there a way to change the driver?

Right now it's sitting at about 50hz which means you can't quite get an input every frame in a 60 fps game.