void RobotMaze::loop() { ... // Stop the robot on dark surface. if (line(3)) stop(); ... }
Popis svih funkcija je ovdje.