ver 1.0

Dependencies:   FATFileSystem SDFileSystem mbed-rtos mbed wave_player

Fork of LED_effects_w_sound by jim hamblen

LED PWM lighting effects with sounds played from *.wav files using threads and the mbed RTOS. For more info see http://developer.mbed.org/users/4180_1/notebook/led-lighting-effects-for-modelers/.

Revision:
2:3e3df7a79050
Parent:
1:473f339c54c1
Child:
4:f8a5c8aa895a
--- a/main.cpp	Tue Mar 12 17:30:04 2013 +0000
+++ b/main.cpp	Tue Mar 12 17:35:32 2013 +0000
@@ -39,7 +39,7 @@
 
 
 int main() {
-    Thread msdTask(msd_task, NULL, osPriorityNormal, (1024+512) * 4);
+    Thread msdTask(msd_task, NULL, osPriorityNormal, 1024 * 4);
     while(1) {
         led=!led;
         Thread::wait(500);