swag

Dependencies:   Motor Servo mbed_tictactoe

Files at this revision

API Documentation at this revision

Comitter:
mattsims12
Date:
Mon Oct 26 12:17:06 2015 +0000
Parent:
5:e6f9086e0730
Commit message:
swag

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Oct 26 12:15:16 2015 +0000
+++ b/main.cpp	Mon Oct 26 12:17:06 2015 +0000
@@ -173,7 +173,7 @@
     xprev=x;
     yprev=y;
     monitorout();
-    //placechip(x,y);
+    placechip(x,y);
 }
 
 
@@ -219,7 +219,7 @@
         x=xglobal;
         y=yglobal;
     }
-    //placechip(x,y);
+    placechip(x,y);
     board[x][y]=chip;
     monitorout();
 }