Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 10:a0212b37673b, committed 2020-02-17
- Comitter:
- el16ba
- Date:
- Mon Feb 17 16:16:19 2020 +0000
- Parent:
- 9:71eab0a4ceef
- Commit message:
- commenting
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Feb 17 16:07:13 2020 +0000 +++ b/main.cpp Mon Feb 17 16:16:19 2020 +0000 @@ -265,7 +265,7 @@ cycle_timeout(tOn,tOff); while(flg_lend) { - led2 = !led2; + led2 = !led2; //does not run without led2 flashing for unknown reasons if(flg_loop0 and flg_loop1) { cycle_timeout(tOn,tOff); }