Skip to content

Add support for OS timers #8

@mairas

Description

@mairas

ESPs have OS timers defined using the os_timer_* functions. These have callbacks that behave like interrupts and can be triggered also while synchronous long-running functions (looking at you, WifiManager!) are running. These would allow e.g. LED blinking while WifiManager is active.

Not sure how they should be implemented. Maybe a new TimedReaction type?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions