3 Dezibot dezibot = Dezibot();
5 // put your setup code here, to run once:
8 dezibot.multiColorLight.turnOffLed();
13 // put your main code here, to run repeatedly:
14 if(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);