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

How to call a handler (outside millisTimer) #3

Open
EmilianoQS opened this issue May 6, 2021 · 0 comments
Open

How to call a handler (outside millisTimer) #3

EmilianoQS opened this issue May 6, 2021 · 0 comments

Comments

@EmilianoQS
Copy link

Well, thats the question... What's te right way to call a handler used for MillisTimer.

For example, I have the handler used for MT:

void timerWDTresetHandler   (MillisTimer &mt){
  esp_task_wdt_reset();
}

And I want to call it sometimes like timerWDTresetHandler(); or something like that.

I could do some workarounds to do this, but what would be the right way of doing it?

Thanks!

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