Releases: shashiwakale/sm-manager
State Data Pointer Added
State Machine v1.0.1 🚀 ⭐
Simple C source code for the Finite State Machine (FSM)
What is a Finite State Machine❓
A state machine is a behavior model. It consists of a finite number of states and is therefore also called a finite-state machine (FSM). Based on the current state and a given input the machine performs state transitions and produces outputs.
Features 🌟
- Exectutes FSM as per state transition table
- VBA script added to generate code as per state transition table
- Share data between states.
Bug Fixes 🐞
- Address calculation logic corrected.
License : ⚔
MIT
Full Changelog: https://github.com/shashiwakale/sm-manager/commits/v1.0.1
v1.0.0
State Machine v1.0.0 🚀 ⭐
Simple C source code for the Finite State Machine (FSM)
What is a Finite State Machine❓
A state machine is a behavior model. It consists of a finite number of states and is therefore also called a finite-state machine (FSM). Based on the current state and a given input the machine performs state transitions and produces outputs.
Features 🌟
- Exectutes FSM as per state transition table
- VBA script added to generate code as per state transition table
Bug Fixes 🐞
- Address calculation logic corrected.
License : ⚔
MIT
Full Changelog: https://github.com/shashiwakale/sm-manager/commits/v1.0.0