Skip to content

Instantly share code, notes, and snippets.

@Hermann-SW
Last active May 28, 2023 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hermann-SW/2a03cb84b9db025b15877283ba9e6df6 to your computer and use it in GitHub Desktop.
Save Hermann-SW/2a03cb84b9db025b15877283ba9e6df6 to your computer and use it in GitHub Desktop.
stateDiagram
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment