Minyoung Kang
/
mbed_blinky_KangMinyoung
hello
Revision 1:9f92fcbf93c3, committed 2018-09-10
- Comitter:
- gaeekim
- Date:
- Mon Sep 10 04:57:31 2018 +0000
- Parent:
- 0:0a4c8972f2b4
- Commit message:
- wait changed into 0.3;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 10 04:41:45 2018 +0000 +++ b/main.cpp Mon Sep 10 04:57:31 2018 +0000 @@ -5,7 +5,7 @@ int main() { while(1) { myled = 1; - wait(0.2); + wait(0.3); myled = 0; wait(0.2); }