Hi Michael,
The Arduino micros()
function rolls over far too quickly – in my book I worked it out at 71 minutes 34.967295 microSeconds. (Plus 1 for the rollover).
I suppose it’s possible to have a micros()
based delay library but most of the schedulers etc I’ve seen (ahem, all three of them!) use millis()
.
Cheers,
Norm.