jonblack / arduino-fsm

Arduino library for implementing a finite state machine.
MIT License
200 stars 97 forks source link

Add fsm.run_machine() to arduino setup routine. #23

Open raidlman opened 6 years ago

raidlman commented 6 years ago

Example won't run if run_machine() is not called (even if there are no timed transitions). Otherwise m_initialized will be false forever and states won't do transitions.