Matheus Dal Mago / Mbed 2 deprecated mbed_blinky

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
dalmago
Date:
Tue Sep 20 19:30:16 2016 +0000
Parent:
1:67818dee7050
Commit message:
bug fix

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 20 19:26:21 2016 +0000
+++ b/main.cpp	Tue Sep 20 19:30:16 2016 +0000
@@ -21,6 +21,7 @@
             led3 = 0;
             led1 = led2 = 1;
         }
+        i++;
         wait(1);
     }
 }