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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:796c2019af91
- Parent:
- 0:89798219a0dd
- Child:
- 2:3ddf9098aa2f
--- a/main.cpp Sat Dec 04 04:27:35 2021 +0000 +++ b/main.cpp Mon Nov 07 10:05:20 2022 +0000 @@ -44,11 +44,11 @@ if(cmdflag == 1){ if(rcmd == 'a'){ - for(int j=0;j<5;j++){ - gs.printf("Hello World!\r\n"); - condition = 1; - wait_ms(1000); - } + //Please insert your answer + + + + } initialize(); //initializing }