4Dezibot dezibot = Dezibot();
 
    6void receivedCallback(String &msg) {
 
    9  } else if (msg == "links") {
 
   10    dezibot.motion.rotateAntiClockwise();
 
   11  } else if (msg == "rechts") {
 
   12    dezibot.motion.rotateClockwise();
 
   13  } else if (msg == "stop") {
 
   14    dezibot.motion.stop();
 
   19  dezibot.communication.begin();
 
   20  dezibot.communication.setGroupNumber(5);
 
   21  dezibot.communication.onReceive(&receivedCallback);