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
I've tried the following directory arrangements:
Both have the same error, captured below. What is the proper directory structure?
Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Arduino Nano, ATmega328P"
20948_Working:2:10: fatal error: Icm20948.h: No such file or directory
#include <Icm20948.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1
Icm20948.h: No such file or directory
This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered:
I was able to get past the above compile-time error by placing all of the files inside ICM20948 inside the 20948_Working folder (see image):
I also changed the "includes" to have quotations instead of angle brackets:
#include "Icm20948.h" #include "SensorTypes.h" #include "Icm20948MPUFifoControl.h"
I'd still like to know what the 'correct' version is.
Sorry, something went wrong.
No branches or pull requests
I've tried the following directory arrangements:
Both have the same error, captured below.
What is the proper directory structure?
Arduino: 1.8.13 (Windows Store 1.8.42.0) (Windows 10), Board: "Arduino Nano, ATmega328P"
20948_Working:2:10: fatal error: Icm20948.h: No such file or directory
#include <Icm20948.h>
compilation terminated.
exit status 1
Icm20948.h: No such file or directory
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered: