Before attempting any problem for this challenge, write a general code such that the robot will always follow conditions stated below:
The robot's top LED (red color) always blinking while the robot is moving backwards.
The robot's led0 always turns on when the robot is turning left.
The robot's led7 always turns on when the robot is turning right.
For every problem in this challenge, attempt to use this general code.
Use If statements. When the robot moving backwards, the value of the wheels are both negative. When the robot is turning, one of the values is zero.