Hi Everybody,
from time to time I enjoy writing tutorials in my kind and style.
My intention is to make it easy to understand. Though I'm aware:
- of the fact that one way of explaining things is not the best way for everybody.
- that the best experts about easyness-to-understand are: beginners .
I want to encourage especially beginners to ask whatever question comes to their mind.
I will use these questions as suggestion to improve the tutorial to become even more easy to understand.
The usual way of these (IMHO) very poor coded example-codes delivered with the arduino-IDE is blocking code
non-blocking all the time responsive code has only one single loop which is
void loop() itself
Sure - works. But how can I have actions that are repeated with a number that counts up / down?
The repeating is done by void loop() itself as loop() is repeating infinitely anyway
over time I will add more postings