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
How is the best way to access the FSM instance (for example in the elevator project)?
We would like to be able to modify or get state machine values from outside the machine? Is this possible?
In main.cpp, the FSM is initializated like this. Where is the instance or the object? For example, if we may want to update motor direction directly from the main function, how it would be done?
I miss something like:
fsm_object->motor.direction = 1
Thank you for this application and for your response.
The text was updated successfully, but these errors were encountered:
Hello,
How is the best way to access the FSM instance (for example in the elevator project)?
We would like to be able to modify or get state machine values from outside the machine? Is this possible?
In main.cpp, the FSM is initializated like this. Where is the instance or the object? For example, if we may want to update motor direction directly from the main function, how it would be done?
I miss something like:
fsm_object->motor.direction = 1
Thank you for this application and for your response.
The text was updated successfully, but these errors were encountered: