RTOS, Mutex Locks, Threading

Dependencies:   4DGL-uLCD-SE SDFileSystem mbed-rtos mbed wave_player

Fork of ECE4180_Lab3_Threads_Updated by Sean Buckingham

Files at this revision

API Documentation at this revision

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
diff -r b49b975d102f -r f916ef16eb62 main.cpp
--- 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);
 }