Interface State
public interface State
When running our state machines, States are used to store different actions and methods
separately, which allows us to organize actions. Moving between States happens through the
use of Edges
-
Method Summary
-
Method Details
-
loop
void loop() -
getEdges
-