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

Dependencies:   C12832 mbed

Revision:
7:b8f4ab589d16
Parent:
6:84c34161559e
--- a/main.cpp	Thu Feb 13 23:18:39 2014 +0000
+++ b/main.cpp	Thu Feb 13 23:29:28 2014 +0000
@@ -3,8 +3,8 @@
 #include "mario.h"
 #include "lovesme.h"
 
-#define MASTER
-//#define SLAVE
+//#define MASTER
+#define SLAVE
 
 BusIn joy(p15,p12,p13,p16);
 DigitalIn fire(p14);