While Loop and Timer Advice - Arduino Forum
What does the timer function do? The timer function provides time slots in which actions are executed without blocking the programme as with the delay() function. The timer function should be scalable and offer the following services: make() start() stop() isExpired() isRunning() Try it out and programme your own timer function first.
more
|