Prova di fork del progetto mbed-os-example-blinky

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Test di forking

Files at this revision

API Documentation at this revision

Comitter:
maiorfi
Date:
Tue Aug 15 06:47:52 2017 +0000
Parent:
43:f8fc29d58d3c
Child:
45:89aa31abd1bc
Commit message:
Cambiato il tempo di blinking

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Aug 14 15:00:02 2017 +0100
+++ b/main.cpp	Tue Aug 15 06:47:52 2017 +0000
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(0.5);
+        wait(0.1);
     }
 }