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

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