Dixie Land for m3pi buzzer

Dependencies:   m3pimaze mbed

Revision:
0:c4f7f74c472a
Child:
2:0859e96823ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Apr 06 04:56:42 2013 +0000
@@ -0,0 +1,15 @@
+#include "mbed.h"
+#include "m3pimaze.h"
+m3pi m3pi(p23,p9,p10);
+
+int main()
+{       
+         
+       
+       char dixie[]={'V','1','5','O','5','G','1','6','E','1','6','C','8','R','2','4','C','8','R','2','4','C','1','6','D','1','6','E','1','6','F','1','6','G','8','R','2','4','G','8','R','2','4','G','8','E','1','6'};
+       int numb=49;
+       m3pi.playtune(dixie,numb);
+
+        
+    
+}
\ No newline at end of file