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
micros() will roll over after about 70 minutes. For future applications requiring time constants, use duration comparisons, not timestamp comparisons, but for now, confirm with Rama and change the time to use millis() instead of micros() if we don't need the precision.
micros()
will roll over after about 70 minutes. For future applications requiring time constants, use duration comparisons, not timestamp comparisons, but for now, confirm with Rama and change the time to usemillis()
instead ofmicros()
if we don't need the precision.https://github.com/gabrielkrell/strain-rig/blob/master/strain-rig-firmware/strain-rig-firmware.ino#L39
The text was updated successfully, but these errors were encountered: