Line Follower Complications

When @ardly said 'add memory', the reference is to the logical construct in your program, not the physical memory that is part of the arduino.

It means, keep track of the last state (or the last several states).
Then you can use the current state of the sensors AND the previous state of the sensors to make better decisions about what to do now.

Edit: which @ardly just clarified. :slight_smile: