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
Stacionary.h
00001 #ifndef FSM_STACIONARY_H_ 00002 #define FSM_STACIONARY_H_ 00003 00004 #include <State.h> 00005 #include "mbed.h" 00006 00007 struct Move; 00008 class FsmStates; 00009 00010 class Stacionary : public State { 00011 public: 00012 Stacionary(FsmStates& states, Timer& timer); 00013 State* handle(Move& event); 00014 }; 00015 #endif /* ifndef FSM_DISCONNECTED_H_ */
Generated on Tue Jul 12 2022 19:25:17 by
1.7.2
