-
Notifications
You must be signed in to change notification settings - Fork 16
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
#include "capacativeKey" --> #include "CapacativeKey" #1
Comments
i have the same issue |
@Kvathe plz fix |
or tell me how to fix |
@collinsample76fallo1111 Change "capacitiveKey" to "CapacativeKey" in the third line. It's currently a typo and will not correctly include the library. |
thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As implied by the title, there is a case mismatch between the #include statement and the filename of the CapacativeKey header.
Another less severe issue is your use of "treshold", correctly spelled "threshold."
The text was updated successfully, but these errors were encountered: