@[email protected] to Programmer [email protected] • 10 months agoSleep() at homeprogramming.devimagemessage-square32fedilinkarrow-up1584arrow-down116
arrow-up1568arrow-down1imageSleep() at homeprogramming.dev@[email protected] to Programmer [email protected] • 10 months agomessage-square32fedilink
minus-square@[email protected]linkfedilink11•10 months agoI’ve written these cycle-perfect sleep loops before. It gets really complicated if you want to account for time spent in interrupt handlers.
minus-square@aksdblink2•10 months agoThankfully I didn’t need high precision realtime. I just needed to wait a few seconds for serial comm.
I’ve written these cycle-perfect sleep loops before.
It gets really complicated if you want to account for time spent in interrupt handlers.
Thankfully I didn’t need high precision realtime. I just needed to wait a few seconds for serial comm.