Eventually your first loop will become the current loop and get another chance to run. You're probably used to Arduino's delay() function causing the bulk of your code to block, but when using ...
So can we run an operating system (task scheduler) on an Arduino Uno in a meaningful way? By "meaningful way" I mean more than just flashing a couple of LEDs. Stay tuned, you may be pleasantly ...
Sometimes the conveniences of using an Arduino board start to conflict with the performance that you expect, at least from a strict engineering point of view. When you develop with the Arduino ...