3Dezibot dezibot = Dezibot();
5 // put your setup code here, to run once:
10 // put your main code here, to run repeatedly:
11 dezibot.display.print("Starte Nachricht!");
13 dezibot.display.clear();
44 dezibot.display.print("Ende Nachricht!");
46 dezibot.display.clear();
49void shortSignal(int count){
50 for(int i=0; i < count; i++){
51 dezibot.motion.move();
53 dezibot.motion.stop();
58void longSignal(int count){
59 for(int i=0; i < count; i++){
60 dezibot.motion.move();
62 dezibot.motion.stop();