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

Dependencies:   C12832 mbed

Revision:
6:84c34161559e
Parent:
5:432203c226ed
--- a/music.h	Thu Feb 13 22:54:56 2014 +0000
+++ b/music.h	Thu Feb 13 23:18:39 2014 +0000
@@ -1,4 +1,5 @@
-
+#ifndef MUSIC
+#define MUSIC
 enum NoteName {C0=0,Cs0,D0,Eb0,E0,F0,Fs0,G0,Gs0,A0,Bb0,B0,
                  C1,Cs1,D1,Eb1,E1,F1,Fs1,G1,Gs1,A1,Bb1,B1,
                  C2,Cs2,D2,Eb2,E2,F2,Fs2,G2,Gs2,A2,Bb2,B2,
@@ -18,3 +19,4 @@
                1047,1109,1175,1245,1319,1397,1480,1568,1661,1760,1865,1976,
                2093,2217,2349,2489,2637,2794,2960,3136,3322,3520,3729,3951,
                4186,4435,4699,4978,5274,5588,5920,6272,6645,7040,7459,7902,0};
+#endif
\ No newline at end of file