Utility class for handling non-blocking wait operations.
Implements a generic Kalman Filter for 1D data.
void Reset()
Resets the wait timer to start counting again.
Wait(unsigned long millisToWait)
Constructor to initialize Wait with a duration.
unsigned long previousMillis
Stores the last recorded time in milliseconds.
unsigned long millisToWait
Duration to wait in milliseconds.
bool IsFinished()
Checks if the specified duration has elapsed.