tinkerspy / Automaton

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

Change timer left value #88

Closed vatsake closed 2 years ago

vatsake commented 2 years ago

After setting and starting the timer with

.begin(x).start()

Is there a way to set current remaining time to 0 - so it runs immediately?