Hello,
When I was reading about State Machine I found the following paragraph:
I don't have any idea what does it means a state variable in the context of a state machine.
When I was reading about State Machine I found the following paragraph:
I guess a system continuously waits for some external or internal event to occur such as a button press, a time tick, when the event occurs the system takes action.The internal state variable are the smallest possible subset of system variables that can represent the entire state of the system at any given time
I don't have any idea what does it means a state variable in the context of a state machine.