For people who are new to writing Arduino sketches, or anyone new to programming in general, it is important to understand the difference between code that blocks vs code that does not.
Blocking is a term that is very simple. It means that the code in question seizes control of the CPU, thus blocking the rest of your code from being able to do
(
Read more... )