Hi,
I have implemented and ad-hoc Bluetooth connection state machine based on states and events (no need for SideEffects / actions for the moment). I was thinking about switching that state machine to a version created using this library.
Is it possible to create such state machine, or as a minimum I should have at least 1 SideEffect (a dummy one for example)?
Thanks in advance.