-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compilation Issue on Arduino Nano ESP32 #27
Comments
Hi Matthew, and apologies for the late response. Could you tell me what core files you're using? It looks as though the |
Having the class functions share the name of the global function was good for intuitiveness, but causes issues on platforms that implement the global 'attachInterrupt' as something other than a function (see #27). Removing 'Interrupt' from the name also makes these functions match their counterparts in the Servo library.
I haven't heard back from you, so I'm afraid without more information there's not much I can do to debug this issue. Nevertheless I've pushed some changes (PR #30) that should hopefully resolve the problem. Please test the 2.0.0 release, and feel free to reopen this issue if you still have problems. |
Hello,
I'm having a strange issue while compiling this library for a Nano ESP32. It looks like the arguments for attachInterrupt were changed for this board. Is there a possible workaround for this?
Console output:
Thank you,
Matthew
The text was updated successfully, but these errors were encountered: