Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for non-blocking duration timers #14

Open
stijnpiron opened this issue Sep 1, 2022 · 0 comments
Open

Request for non-blocking duration timers #14

stijnpiron opened this issue Sep 1, 2022 · 0 comments

Comments

@stijnpiron
Copy link

At this moment, the delay for the LED is blocking the program to continue it's loop.
I'm using this library to get a status led flashing in multiple colors, works like a charm.
But in the meantime, I want the webserver running to respond to my requests without having to wait for the delays to complete.
For example: I have one status led that flashes 100ms every 30s, when performing a webserver request, I have to wait up to 30s for it to respond as this library is blocking everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant