Line Follower
The above video shows how SajiloBot follows a black line using the help of the Infrared Sensor on the bottom of the robot. Below is the Arduino code to make the robot work in line following mode. // Black Line Follower int IR1=A0; //...