How can I create Time interrupt that triggers after 2 minutes on uno
How can I create Time interrupt that triggers after 2 minutes on uno
@ARif you may use timer interrupt of atmega but it will change delay or some of pwm functionality...so be careful by doing this... as mills() and micros() concern will not work exactly like interrupt it is accurate but its polling....so if your code complexity is less then go ahead with mill() or micros()...
@ARif you may use timer interrupt of atmega but it will change delay or some of pwm functionality...so be careful by doing this... as mills() and micros() concern will not work exactly like interrupt it is accurate but its polling....so if your code complexity is less then go ahead with mill() or micros()...