...
- blink_event_generator_init(BlinkEventGeneratorStorage *storage, const BlinkEventGeneratorSettings *settings)
- blink_event_generator_activate(Storage? , EventIdstart(BlinkEventGeneratorStorage *storage)
- blink_event_generator_deactivate(Storage?stop(BlinkEventGeneratorStorage *storage)
Behaviour
- when activated, it should repeatedly raise EventId with data set to 0, and 1's repeatedly.
- when deactivated, it should stop raising events
...