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:48cbed15c4f4, committed 2021-08-10
- Comitter:
- heptasat2021
- Date:
- Tue Aug 10 01:55:52 2021 +0000
- Parent:
- 0:b85daada95bc
- Commit message:
- Lab1-02_create_satellite_program_step2_lite_Q
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r b85daada95bc -r 48cbed15c4f4 main.cpp --- a/main.cpp Tue Aug 10 01:52:54 2021 +0000 +++ b/main.cpp Tue Aug 10 01:55:52 2021 +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] = !condition[1]; - wait_ms(1000); - } + //Please insert your answer + + + + } initialize(); //initializing }