SimpleFSM
SimpleFSM copied to clipboard
Arduino/ESP library to simplify setting up and running a state machine.
Including GraphViz/dot support is a very nifty idea, thanks! The only issue I see is the lack of named events. The example at https://github.com/LennartHennigs/SimpleFSM/blob/master/README.md#graphviz-generation would be a lot more legible...
Added an example using the map container. Text labels are used to simplify access to states
Hi, I got this errors at compile time ``` /home/frederic/Arduino/libraries/SimpleFSM/src/SimpleFSM.cpp: In member function 'void SimpleFSM::add(Transition*, int)': /home/frederic/Arduino/libraries/SimpleFSM/src/SimpleFSM.cpp:149:64: error: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class...