nradulovic / pyeds

Python Event Driven System
GNU Lesser General Public License v3.0
11 stars 4 forks source link

Documentation improvement: explain how to access FSM instance from State instances #14

Closed nradulovic closed 3 years ago

nradulovic commented 3 years ago

Currently, it is not clear how to access main FSM instance from State instance without looking at code generated documentation.

Since this is common use case, this example should be among prominent PyEDS examples.

nradulovic commented 3 years ago

Explained in the current README.md