you can mess with timer0 but it will impact arduino "time management" and of course the ISR(TIMER0_OVF_vect) is defined in the Arduino wiring.c file that is part of the compile environment.
1 Like
you can mess with timer0 but it will impact arduino "time management" and of course the ISR(TIMER0_OVF_vect) is defined in the Arduino wiring.c file that is part of the compile environment.