Project for playing a song on 2 meeds sending notes over I2C

Dependencies:   C12832 mbed

Revision:
6:84c34161559e
Parent:
5:432203c226ed
--- a/mario.h	Thu Feb 13 22:54:56 2014 +0000
+++ b/mario.h	Thu Feb 13 23:18:39 2014 +0000
@@ -1,5 +1,7 @@
 #include "music.h"
-const int TEMPO = 100;
+#ifndef MARIO
+#define MARIO
+const float marioTempo = 100;
 
 //mario theme song
 NoteName marioNotes[]={E5,E5,E5,R,C5,E5,G5,R,G4,R,
@@ -88,4 +90,5 @@
                     3,6,3,6,6,3,6,3,12,
                     3,6,3,4,4,4,3,6,3,12,
                     9,9,6,4,4,4,4,4,4,
-                    3,3,18};
\ No newline at end of file
+                    3,3,18};
+#endif
\ No newline at end of file