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
Hi, I tried the fsm library and it works like a charm, even on a ESP8266! Thanks.
I'd like to know what happens if I put the arduino in sleep mode, like this:
How will my state machines behave? Will they still run or should I add a wakeup instruction at the beginning of the transition state functions?
Fabrice
The text was updated successfully, but these errors were encountered:
Hi, I tried the fsm library and it works like a charm, even on a ESP8266! Thanks.
I'd like to know what happens if I put the arduino in sleep mode, like this:
How will my state machines behave? Will they still run or should I add a wakeup instruction at the beginning of the transition state functions?
Fabrice
The text was updated successfully, but these errors were encountered: