toshihiro kuramata
/
mbed-os-example-blinky
first publish
Fork of mbed-os-example-mbed5-blinky by
Revision 9:65a585199f74, committed 2016-08-10
- Comitter:
- toshikura0225
- Date:
- Wed Aug 10 14:16:06 2016 +0000
- Parent:
- 8:bb09890333fe
- Commit message:
- first commit
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 06 20:30:05 2016 +0100 +++ b/main.cpp Wed Aug 10 14:16:06 2016 +0000 @@ -7,7 +7,7 @@ int main() { while (true) { led1 = !led1; - Thread::wait(500); + Thread::wait(50); } }