swag
Dependencies: Motor Servo mbed_tictactoe
Diff: main.cpp
- Revision:
- 6:2e621e78ab77
- Parent:
- 5:e6f9086e0730
--- 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(); }