6 dezibot.motion.detection.begin();
7 //dezibot.motion.detection.end();
8 // put your setup code here, to run once:
13 // put your main code here, to run repeatedly:
15 //Serial.println(dezibot.motion.detection.getTemperature());
16 Serial.println(dezibot.motion.detection.getAcceleration().z);
17 //Serial.println(dezibot.motion.detection.getRotation().x);
18 Serial.println(dezibot.motion.detection.getWhoAmI());