Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digint/tinyfsm
/ reset
Method
reset
examples/api/debugging_switch.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
// State Machine Definitions
63
//
64
void Switch::reset() {
65
tinyfsm::StateList<Off, On>::reset();
66
}
67
68
void Switch::entry() {
69
counter++;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected