Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 2015robot_main by
Diff: autoMode.h
- Revision:
- 51:cb430192b28b
- Parent:
- 47:46db7f076cea
- Child:
- 52:d9e1629da852
diff -r 8ea4714316ce -r cb430192b28b autoMode.h --- a/autoMode.h Sat Sep 26 08:43:21 2015 +0000 +++ b/autoMode.h Sun Sep 27 05:02:15 2015 +0000 @@ -8,7 +8,7 @@ /***Ps3 correspondence***/ void autoPs3() { - if(up) targ_velocity=speed; + /*if(up) targ_velocity=speed; else if(down) targ_velocity=-speed; else if(right) targ_velocity=0.0,targ_sita=0.0; else if(left) targ_velocity=0.0,targ_sita=PI/2.0; @@ -32,7 +32,7 @@ cylinderStep++; sendData(1, cylinderStep); } - } + }*/ }