Zeyu Feng 201377605

Dependencies:   mbed

On Minerva

Revision:
19:5083339b55e8
Parent:
16:cf2bfada3adf
--- a/Interface/SoundData.h	Thu May 21 15:20:33 2020 +0000
+++ b/Interface/SoundData.h	Thu May 21 17:07:46 2020 +0000
@@ -38,7 +38,7 @@
 
 const int sound_dur_vict[5] = {
       8,      8,       8,      8,      8
-};
+};//0.125s
 
 const int sound_data_over[5] = {
     NOTE_F5,NOTE_F4,NOTE_F3,NOTE_F2,NOTE_F1
@@ -46,7 +46,7 @@
 
 const int sound_dur_over[5] = {
       8,      8,       8,      8,      8
-};
+};//0.125s
 
 #endif
     
\ No newline at end of file