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
- Committer:
- hugohu
- Date:
- 2021-03-25
- Branch:
- BRAVEHEART
- Revision:
- 21:e19709a07756
- Parent:
- 17:d6a3b29cab31
File content as of revision 21:e19709a07756:
#include "State.h"
#include "StateManager.h"
/// @file State.cpp
// Request the fsm to change to a new state
void State::requestStateChange(MainState newState)
{
    fsm->requestStateChange(newState);
}