-
Notifications
You must be signed in to change notification settings - Fork 119
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
The simplest FSM implementation of deviceShifu #542
Comments
Hey @kris21he , I would like to work on this issue. |
@bhavyastar Thank you! |
Hi @bhavyastar , any update on this issue? let us know if have any questions. |
Yes, I have 2-3 questions. Are you available for meeting on 11th June? |
Sure, you can ping me on Discord to schedule a meeting |
unassigning to make this issue available for others |
Finite State Machine(FSM) could be a useful feature to logically automate deviceshifu's state and behavior.
Here we request to add example of applying FSM to deviceshifu. we can create a folder called "fsm/examples" under /pkg.
To create the simplest FSM as following:
Please use https://github.com/looplab/fsm to define a FSM that can control a LED deviceShifu's ON and OFF state changes.
The text was updated successfully, but these errors were encountered: