Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.hpp
- Revision:
- 5:cf9d933e278a
- Parent:
- 4:e56a755aeaf1
- Child:
- 7:8b1c2d0bee9b
--- a/main.hpp Wed Jul 24 15:06:20 2019 +0000
+++ b/main.hpp Wed Jul 24 15:27:09 2019 +0000
@@ -1508,6 +1508,7 @@
}
//save to loop buffer
loopBuffer[bufferHeader].update(note, octive, duration);
+ pc.printf("Saved note %i, octave %i, duration %i",loopBuffer[bufferHeader].note(), loopBuffer[bufferHeader].octave(), loopBuffer[bufferHeader].duration());
pointerHandler();
}
#endif
\ No newline at end of file