4 songs: rain, william, sun, and circus

Dependencies:   mbed

Revision:
1:3595fce69880
Parent:
0:c02f01feda7b
--- 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) {