kiishor / UML-State-Machine-in-C

A minimalist UML State machine framework for finite state machine and hierarchical state machine in C
MIT License
166 stars 46 forks source link

Example for HSM #27

Closed binarymaker closed 4 years ago

binarymaker commented 4 years ago

Please provide sample example for advanced hierarchical state machine. its little difficult to understand without demo usage code. example model like this 68747470733a2f2f696d6775722e636f6d2f47445a416542392e706e67

kiishor commented 4 years ago

Thanks for your suggestion. I will add it soon..

kiishor commented 4 years ago

@binarymaker I have added one more example for a hierarchical state machine. Let me know you need any additional example or enhancement.