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: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player
Revision 2:9a28b8d45258, committed 2022-10-13
- Comitter:
- mus3
- Date:
- Thu Oct 13 18:35:11 2022 +0000
- Parent:
- 1:60087ee45d3b
- Commit message:
- lab3part5 four threads
Changed in this revision
| SDFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SDFileSystem.lib Thu Oct 13 18:11:15 2022 +0000 +++ b/SDFileSystem.lib Thu Oct 13 18:35:11 2022 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/SDFileSystem/#f86bde1d12eb +https://os.mbed.com/teams/ece4180_team/code/SDFileSystem/#17fb285a5039
--- a/main.cpp Thu Oct 13 18:11:15 2022 +0000
+++ b/main.cpp Thu Oct 13 18:35:11 2022 +0000
@@ -118,6 +118,7 @@
wait(0.2);
myled = 0;
wait(0.2);
+
}
Thread::wait(200); // wait 0.2s
}