Skip to content

Releases: shashiwakale/sm-manager

State Data Pointer Added

30 Apr 14:49

Choose a tag to compare

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 🌟

  1. Exectutes FSM as per state transition table
  2. VBA script added to generate code as per state transition table
  3. Share data between states.

Bug Fixes 🐞

  1. Address calculation logic corrected.

License : ⚔
MIT

Full Changelog: https://github.com/shashiwakale/sm-manager/commits/v1.0.1

v1.0.0

28 Oct 11:10

Choose a tag to compare

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 🌟

  1. Exectutes FSM as per state transition table
  2. VBA script added to generate code as per state transition table

Bug Fixes 🐞

  1. Address calculation logic corrected.

License : ⚔
MIT

Full Changelog: https://github.com/shashiwakale/sm-manager/commits/v1.0.0