LED hello world
Revision 1:23699b3c5bfa, committed 2014-07-28
- Comitter:
- nunesdiego383
- Date:
- Mon Jul 28 14:52:34 2014 +0000
- Parent:
- 0:07549a572efa
- Commit message:
- slowdown blink rate
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 28 14:49:30 2014 +0000
+++ b/main.cpp Mon Jul 28 14:52:34 2014 +0000
@@ -9,10 +9,10 @@
{
myled = 1;
myled2 = 0;
- wait (0.2);
+ wait (0.5);
myled = 0;
myled2 = 1;
- wait (0.2);
+ wait (0.5);
}
}
\ No newline at end of file