MHeironimus / ClassicJoystickAdaptor

Software for the Arduino Leonardo and Arduino Micro that allow these devices to become USB adaptors for classic game console joysticks (e.g. Atari 2600, ColecoVision, and Coleco ADAM game controllers).
MIT License
8 stars 2 forks source link

Question: were you able to measure any lag? #2

Open febs opened 4 years ago

febs commented 4 years ago

Hello, and thank you very much for creating and sharing this project.

Before starting to implement it, I would like to know how much lag the processing and conversion of the input introduces in the flow, if you were able to measure it by some mean.

Thank you,

MHeironimus commented 4 years ago

I have never measured it, but it should be negligible. I have never had any issues with it taking too long. If anything, you almost always have to put a delay() in your code because it will go too fast.