Browse Source

example: added inifite loop

master
Robin Thoni 8 years ago
parent
commit
010cd1e61e
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      examples/UsbKeyboardDemo2/main.ino

+ 1
- 0
examples/UsbKeyboardDemo2/main.ino View File

33
 
33
 
34
 
34
 
35
     digitalWrite(ledPin, !digitalRead(ledPin));
35
     digitalWrite(ledPin, !digitalRead(ledPin));
36
+    while(1);
36
 }
37
 }

Loading…
Cancel
Save