Python script to generate boilerplate C state machines
Go to file
2023-08-22 20:59:47 +02:00
templates added callbacks + polish 2023-07-11 23:40:12 +02:00
.gitignore initial commit 2023-07-11 15:10:15 +02:00
LICENSE Initial commit 2023-07-11 09:00:10 +00:00
README.md added README 2023-07-11 18:46:35 +02:00
XFTGenerator.py fixed missing newline after emitter docstring 2023-08-22 20:59:47 +02:00

XFTGenerator

This Python script lets you generate boilerplate C state machines

Requirements

  • Python 3

Executing

To run the program, execute main.py. Answer the questions to generate the files. The output will be located in XFTGenerator/out/.

License

This software is provided under the GPL3.0 license