When I look it up on google it is mostly high level things like a scheduler module or using threading with timers. I was thinking a timer interrupt is more accurate but I don’t know if it is possible. Normally on microcontrollers there is a way to setup interrupts like this but I’m not sure for single board computers. I was thinking if there was a functionality for this it would be a Khadas feature not a general python thing
I see that you guys have a section on gpio interrupts but not timer interrupts.