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.
Dependencies: MPU6050_SIM5320_TEST
Fork of MPU_SDCARD by
Diff: MotionFSM/include/Stacionary.h
- Revision:
- 1:75966605a6a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MotionFSM/include/Stacionary.h	Fri Nov 10 15:35:26 2017 +0000
@@ -0,0 +1,15 @@
+#ifndef FSM_STACIONARY_H_
+#define FSM_STACIONARY_H_
+
+#include <State.h>
+#include "mbed.h"
+
+struct Move;
+class FsmStates;
+
+class Stacionary : public State {
+  public:
+  Stacionary(FsmStates& states, Timer& timer);
+  State* handle(Move& event);
+};
+#endif /* ifndef FSM_DISCONNECTED_H_ */
    