Automaton icon indicating copy to clipboard operation
Automaton copied to clipboard

Reactive State Machine Framework for Arduino

Results 36 Automaton issues
Sort by recently updated
recently updated
newest added

Currently, [Machine template editor](http://wolkendek.nl/atm/) is unreachable.

The Atm_comparator docs indicate that only by using catchUp=true in threshold() will it result in multiple callback calls. In my testing the value of catchUp doesn't matter. It always issues...

I was struggling with removing 'delay' and substituting with a simple FSM, but it quickly got out of hand once I got beyond a simple demo, so your framework is...

Hi @tinkerspy, First a big thumbs up for the framework! So powerful and well designed. I am just a hobbyist and tinkerer working with i2c devices on arduino / esp8266....

After attempting to implement an led using the level map and brightness features and the led failing to turn off, I looked at the code. The logic in the action()...

Since the ESP32's arduino libraries don't support some functions like `analogWrite`, compilation fails because some of the `Atm`s use it. I was hoping there would be a workaround other than...

Hi, Actually broadcast works correctly only for the first defined connector. For others - only partially or not at all.

I have a timer .begin(1000).repeats(30).onTimer(....) and it is logging the repeats left after I call .Start(). I am stopping the timer when a certain event happens with a .Stop() then...