You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I'd like to thank you for your work. I hope the project is not abandoned.
Is it possible to make several nested machines to run in parallel? For example, I'd like two leds to blink in parallel after receiving an event; the machines should be identical except of corresponding led (mcu pins). In the examples all machines, states and functions are declared static, so I'm not sure if it's possible to make an array of machines without them shadowing each other.
Looking forward to your reply,
Best,
Serge
The text was updated successfully, but these errors were encountered:
First of all I'd like to thank you for your work. I hope the project is not abandoned.
Is it possible to make several nested machines to run in parallel? For example, I'd like two leds to blink in parallel after receiving an event; the machines should be identical except of corresponding led (mcu pins). In the examples all machines, states and functions are declared static, so I'm not sure if it's possible to make an array of machines without them shadowing each other.
Looking forward to your reply,
Best,
Serge
The text was updated successfully, but these errors were encountered: