but i whant to blink and be able to push a button or something else but when the program is in the delay(); part the program are in "pause", so there is a way to blink a led without stop the program for the delay duration?
Like using PWM that is the same but alot faster xD
Or instead of having to deal with all the timer tick polling, look at some of the timer libraries.
Some use interrupts, some depend on getting updates in loop()
--- bill