We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In a unit test I have a loop that uses micros() to do a loop for a certain time. As micros() always returns zero the loop will never end as intended.
One should also check millis() ?