March 2019
Intermediate to advanced
312 pages
7h 37m
English
In a radial left turn, the left motor stops and the right motor moves forwards, so the robot takes a left turn, as shown in the following diagram:

The code for taking a radial left turn is as follows:
digitalWrite(0,HIGH);digitalWrite(2,HIGH);digitalWrite(3,HIGH);digitalWrite(4,LOW);delay(1000);