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

exit status 1 no matching function for call to 'SimpleTimer::setInterval(int, void (&)())' #56

Open
stanboyd opened this issue Jun 30, 2021 · 1 comment

Comments

@stanboyd
Copy link

When compiling code I get this error above. The line of code that is highlighted is this one.
timer.setInterval(90000, checkIn);

This is in the very bottom of the code, not sure why it's hanging all libraries have been used.

Stan

@JohnnyAtari
Copy link

Stan,

you'll eceive this error if you're using the SimpleTimer that is installed from the Arduino libraries manager. It installs kiryanenko's version by default - https://github.com/kiryanenko/SimpleTimer

If you install schinken's version, the code shoudl compile without errors - https://github.com/schinken/SimpleTimer

Hope this was of some help,

Johnny.

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