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: machine_ps3.h
- Revision:
- 22:3996c3f41922
- Parent:
- 21:79b94cb922f0
- Child:
- 26:8e6c736b6791
diff -r 79b94cb922f0 -r 3996c3f41922 machine_ps3.h --- a/machine_ps3.h Fri Sep 18 01:49:16 2015 +0000 +++ b/machine_ps3.h Fri Sep 18 02:15:33 2015 +0000 @@ -19,18 +19,12 @@ #include "PID.h" #include "PinDefined_and_Setting_ps3.h" #include "prototype.h" +#include "communicate.h" #include "Parameters_ps3.h" -#include "communicate.h" +#include "manualMode.h" #include "autoMode.h" /** - * Set functions. - */ - -int step = 0; -int cylinder_step = 0; - -/** * Functions. */

