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 2:eea3daf454b5, committed 2018-05-29
- Comitter:
- arekzaluski
- Date:
- Tue May 29 16:00:35 2018 +0000
- Parent:
- 1:64ca08a2ba00
- Commit message:
- test2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue May 29 15:59:08 2018 +0000 +++ b/main.cpp Tue May 29 16:00:35 2018 +0000 @@ -6,7 +6,7 @@ int main() { while (true) { led1 = !led1; - wait(1.5); + wait(2.5); } }