summaryrefslogtreecommitdiff
path: root/examples/statemachine/vending_machine.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix description in module headerPaul McGuire2019-05-281-1/+3
|
* Fine tuning of statemachine example, moving InvalidStateTransition ↵Paul McGuire2019-05-271-0/+76
declaration inside generated class; added video state machine demo; added vending machine state machine demo showing how to using statemachine without importing a .pystate file