Quote Originally Posted by rmteo View Post
Wouldn't a delay need to know clock speed to work correctly?
No, because you use a timer based on RC clock, which is always the same,
but the delay is dependent on osc speed.

So, start timer, execute delay, read timer.

The fact that the delay varies is what I'm counting on.