OK, year-old pop culture references aside [Kyle] dropped us a line to show us his tutorial on using interrupts with your Arduino. Given the single core nature of your average Arduino’s AVR you pretty ...
// a scratch area per CPU for machine-mode timer interrupts. reg_t timer_scratch[NCPU][5]; #define interval 20000000 // cycles; about 2 second in qemu. void timer ...