statesmith

Generate state machine code for embedded systems and bare metal

brewmacoslinux
Try with needOr install directly
Source

About

State machine code generation tool suitable for bare metal, embedded and more

Commands

statesmith

Examples

Generate C code from a state machine definition file$ statesmith generate --input myfsm.yaml --output ./src --language c
Generate Python code from a state machine specification$ statesmith generate --input traffic_light.json --language python
Display version and available code generation options$ statesmith --version && statesmith --help