Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change graph to mermade and remove draw.io #31

Open
djh1997 opened this issue Dec 14, 2023 · 0 comments
Open

change graph to mermade and remove draw.io #31

djh1997 opened this issue Dec 14, 2023 · 0 comments

Comments

@djh1997
Copy link
Owner

djh1997 commented Dec 14, 2023

flowchart TD
A(start) --> B{while
running!=2}
B -->|flase| C(stop)
B -->|true| D{while running ==1}
D -->|false| E(sleep)
E --> B
D -->|true| F{if mode=manual}
F -->|yes| G[[update lcd]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant