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.
Revision 1:3595fce69880, committed 2015-05-09
- Comitter:
- Luminoscity
- Date:
- Sat May 09 21:32:39 2015 +0000
- Parent:
- 0:c02f01feda7b
- Commit message:
- Sped up circus
Changed in this revision
| Songs.cpp | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Songs.cpp Sat May 09 21:29:00 2015 +0000
+++ b/Songs.cpp Sat May 09 21:32:39 2015 +0000
@@ -53,7 +53,7 @@
int beatsRef[] = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,4};
notes = "cCdDefFgGaAbcCdDefFgGaAbcCdDefFgGaAbc ";
int rangeRef[] = {4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,7,0};
- tempo = 100;
+ tempo = 50;
betweenWait = 1;
length = sizeof(beatsRef) / sizeof(beatsRef[0]);
for (int i = 0; i < length; ++i) {
--- a/main.cpp Sat May 09 21:29:00 2015 +0000
+++ b/main.cpp Sat May 09 21:32:39 2015 +0000
@@ -6,7 +6,7 @@
Serial mainTerm(USBTX, USBRX);
int main() {
- Song song("william");
+ Song song("circus");
while (true) {
song.play();
}
