test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
RFisers123
Date:
Tue Jan 23 13:36:16 2018 +0000
Parent:
0:9c31c7852e87
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jan 23 13:31:38 2018 +0000
+++ b/main.cpp	Tue Jan 23 13:36:16 2018 +0000
@@ -5,8 +5,8 @@
 int main() {
     while(1) {
         myled = 1;
-        wait(0.2);
+        wait(0.1);
         myled = 0;
-        wait(0.2);
+        wait(0.1);
     }
 }