Trying to hook up an accelerometer and keep getting this error:
In file included from .pio\libdeps\teensy40\Adafruit ADS1X15\Adafruit_ADS1X15.cpp:31:
.pio\libdeps\teensy40\Adafruit ADS1X15\Adafruit_ADS1X15.h:19:10: fatal error: Adafruit_I2CDevice.h: No such file or directory
Working off of CLion IDE and trying to upload to a Teensy 4.0. Attempted to import the Adafruit_Busio library and it didn’t help.
What’s the src/main.cpp here? If you don’t #include the libraries you put into the lib_deps, they will not be able to be built correctly, not finding their subdependencies.