Hello.
In my front panel there are some buttons that will give the same result each time they are pressed.
Exactly like menu items.
In every state of my FSM there is an event structure. Is it efficient to add a case for every menu item and buttons for every state?
Is there a way to add this functionality in just one case structure and then make it global somehow?
Thanks.