ECE 4180 final project. Sound and Bluetooth activated coffee maker

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

Files at this revision

API Documentation at this revision

Comitter:
nhummel3
Date:
Thu Dec 05 17:56:38 2019 +0000
Parent:
6:e4aba042979b
Child:
8:a9b5acc63388
Commit message:
Removed unused variable i2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Dec 05 15:30:50 2019 +0000
+++ b/main.cpp	Thu Dec 05 17:56:38 2019 +0000
@@ -99,7 +99,6 @@
 // Debug thread for microphone on LCD 
 void thread1(void const *args)
 {
-    int i2;
     while(true) {       // thread loop
         lcd_mutex.lock();