3Dezibot dezibot = Dezibot();
5 // put your setup code here, to run once:
7 dezibot.multiColorLight.turnOffLed();
11 // put your main code here, to run repeatedly:
12 dezibot.display.clear();
13 int light = dezibot.lightDetection.getValue(DL_FRONT);
14 dezibot.display.print(light);
17 dezibot.motion.move();
19 dezibot.motion.rotateClockwise();