nikos chalikias
/
n-bed_LPC11U35_blinky
testing n-Bed
Revision 1:b03cefe796b3, committed 2016-08-18
- Comitter:
- nikos chalikias
- Date:
- Thu Aug 18 17:42:43 2016 +0100
- Parent:
- 0:627f756946dc
- Commit message:
- changed from 0.2 to 0.25 sec using mbed-CLI
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 627f756946dc -r b03cefe796b3 main.cpp --- a/main.cpp Mon Mar 23 20:11:46 2015 +0000 +++ b/main.cpp Thu Aug 18 17:42:43 2016 +0100 @@ -11,10 +11,10 @@ myled = 1; myled2 = 1; myled3 = 1; - wait(0.2); + wait(0.25); myled = 0; myled2 = 0; myled3 = 0; - wait(0.2); + wait(0.25); } }