svoe

Dependencies:   mbed mbed-STM32F103C8T6 MPU6050_1

Branch:
svoe
Revision:
23:bc05a104be10
Parent:
17:bd6b6ac89e0e
--- a/sound.h	Tue Jul 23 12:55:23 2019 +0000
+++ b/sound.h	Tue Aug 06 14:13:55 2019 +0000
@@ -29,7 +29,7 @@
 
 void voice_command_process(){ 
     if(sound_in.readable()){
-        if (myled == 0 ) myled = 1;else myled = 0;
+        //if (myled == 0 ) myled = 1;else myled = 0;
         char tmc = sound_in.getc();
         wifi.putc(tmc);
         if (tmc == 0xAA) sound_in_receive_counter = 0; else sound_in_receive_counter++; if(sound_in_receive_counter > 15) sound_in_receive_counter = 15;