millis()-sometimepast >= someTimeInterval works
sometimepast-millis() >= someTimeInterval does not work well.
Just a simple matter of ordering the formula to handle the overflow issue.
millis()-sometimepast >= someTimeInterval works
sometimepast-millis() >= someTimeInterval does not work well.
Just a simple matter of ordering the formula to handle the overflow issue.