Does anybody know how to mathematically calculate blocking delays?
Posted on June 10, 2016 at 13:01 I found a blocking delay function on the Internet (http://thehackerworkshop.com/?p=1209 ) and I made some small changes to it: void delay(Delay_t delay_) { unsigned int loopsPerMicrosecond = (unsigned...