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 1:04560438fe1c, committed 2021-05-31
- Comitter:
- selvakumararm
- Date:
- Mon May 31 07:52:39 2021 +0000
- Parent:
- 0:07deac855ed7
- Commit message:
- It is for your practise
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 28 03:35:49 2020 +0000 +++ b/main.cpp Mon May 31 07:52:39 2021 +0000 @@ -3,8 +3,8 @@ int main(){ while(1){ myled = 1; -wait(1000); +wait(1); myled = 0; -wait(1000); +wait(1); } }