3Dezibot dezibot = Dezibot();
5 // put your setup code here, to run once:
8dezibot.multiColorLight.turnOffLed();
13 // put your main code here, to run repeatedly:
14if(dezibot.motion.detection.isShaken(1000,zAxis)){
15 dezibot.multiColorLight.setTopLeds(0xFF0000);
16} else if(dezibot.motion.detection.isShaken(1000,xAxis|yAxis)) {
17 dezibot.multiColorLight.setTopLeds(0x00FF00);