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
Fork of ECE4180_Lab3_Threads_Updated by
Revision 10:f916ef16eb62, committed 2016-11-06
- Comitter:
- jboettcher
- Date:
- Sun Nov 06 22:29:26 2016 +0000
- Parent:
- 9:b49b975d102f
- Commit message:
- complete;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Oct 04 23:53:35 2016 +0000
+++ b/main.cpp Sun Nov 06 22:29:26 2016 +0000
@@ -93,7 +93,5 @@
Thread thread2(lcd_thread2);
Thread thread3(wav_thread3);
Thread thread4(light_thread4);
- //led4 = 1;
- //Thread thread(led2_thread);
while(1);
}
