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

The simplest FSM implementation of deviceShifu #542

Open
kris21he opened this issue Mar 15, 2023 · 6 comments
Open

The simplest FSM implementation of deviceShifu #542

kris21he opened this issue Mar 15, 2023 · 6 comments
Labels
fsm good first issue Good for newcomers

Comments

@kris21he
Copy link
Contributor

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.

  1. The LED can turn ON if and only if it is in the OFF state
  2. The LED can turn OFF if and only if it is in the ON state
@bhavyastar
Copy link

Hey @kris21he , I would like to work on this issue.

@tomqin93
Copy link
Contributor

@bhavyastar Thank you!
Feel free to reach out to us on Discord/Slack if you ever need anything

@tomqin93
Copy link
Contributor

tomqin93 commented Jun 9, 2023

Hi @bhavyastar , any update on this issue? let us know if have any questions.

@bhavyastar
Copy link

Yes, I have 2-3 questions. Are you available for meeting on 11th June?

@tomqin93
Copy link
Contributor

tomqin93 commented Jun 9, 2023

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

@tomqin93
Copy link
Contributor

unassigning to make this issue available for others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fsm good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants