JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoSleep() at homeprogramming.devimagemessage-square32fedilinkarrow-up1611arrow-down116
arrow-up1595arrow-down1imageSleep() at homeprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square32fedilink
minus-squarekevincox@lemmy.mllinkfedilinkarrow-up11·9 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-squareaksdb@lemmy.worldlinkfedilinkarrow-up2·9 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.