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 microseconds mode #89

Open
zackees opened this issue Aug 18, 2020 · 1 comment
Open

Add microseconds mode #89

zackees opened this issue Aug 18, 2020 · 1 comment

Comments

@zackees
Copy link

zackees commented Aug 18, 2020

Please make it possible to do microsleeps. I would like to use this to microsleep 100uS intervals

timer.setMode(kModeMicroseconds);
timer.setTimer(5000); // 5 milliseconds

@duff2013
Copy link
Owner

The clocks that I set up are for milliseconds and can't do micro's and not all the Teensy's have the same clocks to use. It might be possible but not something I'm going to support in the near future but I'll keep this issue open to look at it at least.

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

2 participants