test_22

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
bosko001
Date:
Sun Dec 26 21:08:20 2021 +0000
Parent:
24:7f14b70fc9ef
Commit message:
prvi_22

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 7f14b70fc9ef -r 1287a26719d2 main.cpp
--- a/main.cpp	Mon Apr 08 11:03:25 2019 +0100
+++ b/main.cpp	Sun Dec 26 21:08:20 2021 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(0.5);
         myled = 0;
-        wait(0.2);
+        wait(0.5);
     }
 }