Hugo Hu / Mbed 2 deprecated BRAVEHEART

Dependencies:   mbed N5110 ShiftReg PinDetect

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers State.cpp Source File

State.cpp

Go to the documentation of this file.
00001 #include "State.h "
00002 #include "StateManager.h "
00003 
00004 /// @file State.cpp
00005 
00006 // Request the fsm to change to a new state
00007 void State::requestStateChange(MainState newState)
00008 {
00009     fsm->requestStateChange(newState);
00010 }