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

Use Timer instead of Delay function #3

Open
tame0001 opened this issue Jul 7, 2023 · 0 comments
Open

Use Timer instead of Delay function #3

tame0001 opened this issue Jul 7, 2023 · 0 comments

Comments

@tame0001
Copy link
Member

tame0001 commented Jul 7, 2023

A timer is a better practice for setting up periodic tasks. Currently, function delay is used. It needs to be changed to timer.

delay(10000); // Update 10 seconds

@tame0001 tame0001 converted this from a draft issue Jul 7, 2023
@tame0001 tame0001 moved this from Todo to In Progress in Arduino Tutorial Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant