-
-
Notifications
You must be signed in to change notification settings - Fork 4
What is FSM?
mechPenSketch edited this page May 27, 2021
·
1 revision
A Finite State Machine (FSM) is a set of states. A state refer to in which state a machine is in. If the machine is in a particular state, it will do a set of program, but if it's in another state, it will do a different set of program instead.