Hi all,
I'm trying to use the Adafruit 10DOF breakout board and I have all the required libraries installed, I can see them on my libraries tab. I keep getting this error when I try to compile the code I've included:
In file included from sketch_aug06a.ino:25:0:
/home/zach/Dropbox/Apps/ArduinoDroid/sketchbook/libraries/Adafruit_10DOF_master/Adafruit_10DOF.h:24:29: fatal error: Adafruit_Sensor.h: No such file or directory
#include <Adafruit_Sensor.h>
^
compilation terminated.
I attached the example code from Adafruit I'm trying to compile. Cannot for the life of me figure out why IDE isn't recognizing Adafruit_Sensor.h, any ideas??
Adafruit_10DOF.cpp (15.3 KB)