Gorazd Kovacic
/
mbed_blinky_updated_latest
fork
Fork of mbed_blinky by
Revision 20:fcd05b4ea914, committed 2018-01-19
- Comitter:
- gorazdko
- Date:
- Fri Jan 19 14:10:52 2018 +0000
- Parent:
- 19:2157e25073b7
- Commit message:
- mbed blinky with latest mbed
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2157e25073b7 -r fcd05b4ea914 main.cpp --- a/main.cpp Mon Dec 25 03:11:29 2017 +0000 +++ b/main.cpp Fri Jan 19 14:10:52 2018 +0000 @@ -7,6 +7,6 @@ myled = 1; wait(0.2); myled = 0; - wait(0.2); + wait(0.2); } }