JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoSleep() at homeprogramming.devimagemessage-square31fedilinkarrow-up1600arrow-down114
arrow-up1586arrow-down1imageSleep() at homeprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square31fedilink
minus-squarekevincoxlinkfedilinkarrow-up11·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-squareaksdb@lemmy.worldlinkfedilinkarrow-up2·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.