We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First you need to rename the ino file to EVE-Knob.ino (arduino IDE complains if ino filename name doesn't match directory name)
After opening EVE-Knob.ino, compiling for uno gives this error C:\tmp\EVE-Knob\Eve-Knob.ino:6:24: fatal error: Arduino_AL.h: No such file or directory
File Arduino_AL.h is in the same directory as ino file, but error occurs. At a loss, might be a filename case issue. Please fix.
ps. compiles fine ubuntu 16.04 arduino 1.8.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First you need to rename the ino file to EVE-Knob.ino (arduino IDE complains if ino filename name doesn't match directory name)
After opening EVE-Knob.ino, compiling for uno gives this error
C:\tmp\EVE-Knob\Eve-Knob.ino:6:24: fatal error: Arduino_AL.h: No such file or directory
File Arduino_AL.h is in the same directory as ino file, but error occurs. At a loss, might be a filename case issue. Please fix.
ps. compiles fine ubuntu 16.04 arduino 1.8.9
The text was updated successfully, but these errors were encountered: