Coding Timers and Delays in Arduino

IntroductionDon't use delay( ) Using delay() causes your system to be stuck while waiting for the delay to expire. However replacing delays requires some care. This page explains in a step by step way how to replace Arduino delay() with a non-blocking version that allows you code to continue to run ...
By: drmpf

Continue Reading »

[original story: Instructables]

Instructables 19 Oct 01:40