MickGyver / DaemonBite-Arcade-Encoder

An arcade controller project for the MiSTer FPGA project and any other device accepting USB HID joysticks. Up to 12 buttons are supported. Can also be used to create NeoGeo/Atari/Commodore/Amiga controller to USB adapters.
GNU General Public License v3.0
280 stars 48 forks source link

Question: outer loop #16

Open maziac opened 2 years ago

maziac commented 2 years ago

This is a question, rather than an issue:

In the 'loop()' there is a for loop which counts to 10:

 for(uint8_t i=0; i<10; i++)

What's the use of it? Could it as well be removed?