bombindent
[mirrors/Programs.git] / arduino / Exit_Rum / bomba2b / bomba2b.ino
index 76e2232bdbdb4f422044afd20355c788e0b789cb..8445fb38b08c59c63ee8614894147e5330f4e5e2 100644 (file)
@@ -68,7 +68,8 @@ void loop()
     display.setBrightness(15);
     display.writeDisplay();
 
-    while (keyboard.available()) keyboard.read();
+    while (keyboard.available())
+       keyboard.read();
 
     //Pockame na pripojeni kabelu
     display.print(0xCAB1, HEX);
This page took 0.122691 seconds and 4 git commands to generate.