added melody to old motorcontol

Files at this revision

API Documentation at this revision

Comitter:
le1917
Date:
Sat Apr 11 13:47:01 2020 +0000
Parent:
26:7f88907d7c54
Commit message:
fixed;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Apr 11 13:44:39 2020 +0000
+++ b/main.cpp	Sat Apr 11 13:47:01 2020 +0000
@@ -414,9 +414,7 @@
         note_count = note_count + 1;
     }
     
-    
-    pc.printf("Period = %f, melody_index = %d, note_count = %d\r\n", curr_note_period, melody_index, note_count);
-    
+ 
     return curr_note_period;
 }