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

Add a micros() variant for more precise timing control #3

Open
SunitRaut opened this issue Jan 7, 2021 · 0 comments
Open

Add a micros() variant for more precise timing control #3

SunitRaut opened this issue Jan 7, 2021 · 0 comments
Labels
enhancement New feature or request feature request

Comments

@SunitRaut
Copy link
Owner

Add an optional micros() variant to add precision to timing control, allowing for higher frequency operations.
This should be added in a way such that it is easier for users to understand the difference between millis() and micros() variant and makes it easier for users to choose preferred variant.

One way to achieve this is to keep millis() as the default variant and let micros() be an additional variant.

@SunitRaut SunitRaut added enhancement New feature or request feature request labels Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

1 participant