lab3part5
Dependencies: 4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player
Revision 2:9a28b8d45258, committed 21 months ago
- 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
}