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.
Diff: Command.h
- Revision:
- 10:6e32b53f04c3
- Parent:
- 9:a4334ac1435f
--- a/Command.h Sat Nov 28 23:20:31 2015 +0000
+++ b/Command.h Sun Nov 29 00:02:54 2015 +0000
@@ -48,6 +48,13 @@
virtual void execute();
};
+class GoStraightCommand : public Command
+{
+public:
+ GoStraightCommand(){}
+ virtual void execute();
+};
+
class StopCommand : public Command
{
public: