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

Dependencies:   C12832 mbed

Files at this revision

API Documentation at this revision

Comitter:
jad19925
Date:
Thu Feb 13 23:29:28 2014 +0000
Parent:
6:84c34161559e
Commit message:
Republished

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 84c34161559e -r b8f4ab589d16 main.cpp
--- 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);