You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, the last value that is printed, always ends in 999 or sometimes 998 or 997.
However, removing the line Serial.println(now); makes it such that the problem doesn't happen... why?????
With millis() it runs fine - so something is wrong. Can you check it?
The text was updated successfully, but these errors were encountered:
We are expecting different problems with the CubeCell using the micros() function.
To reproduce:
now
should never be smaller thanlast
, yet we get the following output about every other x seconds :Interestingly, the last value that is printed, always ends in 999 or sometimes 998 or 997.
However, removing the line Serial.println(now); makes it such that the problem doesn't happen... why?????
With
millis()
it runs fine - so something is wrong. Can you check it?The text was updated successfully, but these errors were encountered: