User Manual

52
if the spot is at the left side, it will return light_flag = 2;
if the spot is at the back, it will return light_flag = 3;
if no light spot is detected, it will return light_flag = 4.
The main program main() will run the corresponding program according to avoid_flag and
light_flag, and the avoid_flag is superior in priority.