DaemonBite-Arcade-Encoder icon indicating copy to clipboard operation
DaemonBite-Arcade-Encoder copied to clipboard

Question: outer loop

Open maziac opened this issue 3 years ago • 0 comments

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?

maziac avatar Jan 30 '22 10:01 maziac