This is the first rev of HW3 for IDD

Dependencies:   MMA8451Q USBDevice mbed nRF24L01P

Files at this revision

API Documentation at this revision

Comitter:
antoniorohit
Date:
Mon Sep 29 10:38:39 2014 +0000
Parent:
1:b58cf7dd20d7
Child:
3:99ed0483f868
Commit message:
Minor updates for video production ;)

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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)
                     {