3Dezibot dezibot = Dezibot();
6 // put your setup code here, to run once:
12 switch (dezibot.motion.detection.getTiltDirection()) {
14 dezibot.multiColorLight.setTopLeds(GREEN);
17 dezibot.multiColorLight.setTopLeds(YELLOW);
20 dezibot.multiColorLight.setTopLeds(TURQUOISE);
23 dezibot.multiColorLight.setTopLeds(BLUE);
26 dezibot.multiColorLight.setTopLeds(PINK);
29 dezibot.multiColorLight.turnOffLed();
33 dezibot.multiColorLight.setTopLeds(RED);