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

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

Test di forking

Revision:
45:89aa31abd1bc
Parent:
44:92f1d5ca88f2
--- a/main.cpp	Tue Aug 15 06:47:52 2017 +0000
+++ b/main.cpp	Tue Aug 15 09:12:04 2017 +0200
@@ -6,7 +6,7 @@
 int main() {
     while (true) {
         led1 = !led1;
-        wait(0.1);
+        wait(0.25);
     }
 }