jonblack / arduino-fsm

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

Adds an optional context pointer #40

Open tig opened 3 years ago

tig commented 3 years ago

This PR also merges the fixes provided in PR #29 (default initalizers & crashing bugs) as they are def needed.

This PR also merges the Timed Transition Timer Reset #34 PR because I needed that as well.