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: mbed N5110 ShiftReg PinDetect
State.cpp
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 }
Generated on Tue Jul 12 2022 21:30:55 by
