This is the first rev of HW3 for IDD

Dependencies:   MMA8451Q USBDevice mbed nRF24L01P

Revision:
2:c3b748d86642
Parent:
1:b58cf7dd20d7
Child:
3:99ed0483f868
--- a/main.cpp	Mon Sep 29 09:15:37 2014 +0000
+++ b/main.cpp	Mon Sep 29 10:38:39 2014 +0000
@@ -172,7 +172,7 @@
                 bool roll = (rxData[3] >> 0) & 1;
 
                 #if(BASE == 1)
-                    MK.move(-dx, dy); 
+                    MK.move(dy, dx); 
 
                     if(joy_but)
                     {