In need of timer interrupts on Arduino Giga
Hi, I have been searching for days trying to find a library or description of how to set up Timer Interrupts on the Arduino Giga. I have tried many libraries but they seem to not be compatible. Can someone please post instructions of how to create for example a timer interrupt at 100Hz calling an ISR where you enter the ISR with CLI and SEI (as I understand it noInterrupts() and interrupts . . .
more
|