Maze solver "stop" method?

GoldStar611:
Don't forget to handle the case where millis() rolls back over to 0 just like an odometer in a car. That is sure to throw you for a loop down the road

If you code it properly as shown in the code fragment I posted, the rollover behaves correctly. If you find you need to explicitly deal with the rollover case, you're doing it wrong.