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?
This is a question, rather than an issue:
In the 'loop()' there is a for loop which counts to 10:
What's the use of it?
Could it as well be removed?