tinkerspy / Automaton

Reactive State Machine Framework for Arduino
https://github.com/tinkerspy/Automaton/wiki
MIT License
374 stars 63 forks source link

Bundled components with hardware operations can be ignored during compile #73

Open wuyuanyi135 opened 4 years ago

matthew798 commented 4 years ago

Maybe I'm missing something but isn't changing state meant to be accomplished with the state table? Why do we need a callback added to trigger? If we trigger an event, it should cause a state transition.