Luccas Eagles
/
CONTROL_MOTOR_MELODY
added melody to old motorcontol
Revision 27:f2e43189b0f4, committed 2020-04-11
- 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 |
diff -r 7f88907d7c54 -r f2e43189b0f4 main.cpp --- 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; }