Simple Delays, non Blocking timer free - Arduino Forum
Ok, this has been done in different ways before so why again? Hopefully to add some insight as to why one would want to use different delay functions. You all should be familiar with delay() - it is a simple way of creating a program delay. pro - simple con - it is blocking and it uses timer0 Sometimes you come on a library (example RadioHead) which intensively uses internal timers. In some . . .
more
|