Once again, I've hit a roadblock and can't figure it out.
I'm trying to use a BME280 but for the life of me, I cannot find adafruit sensor.h
I can't get it to verify/compile and I've tried all manner of other vendors and EVERY time there is some sort of a conflict with the library. If I try to use the Sparkfun variant, I get a warning note that it's unusable as IDE says it's unusable due to syntax.
Any suggestions?
I'm embarrassed that I have to ask what I'm sure are simple issues as I've successfully been using the Arduino platform for almost a year but periodically run into silly issues
Arduino: 1.8.2 (Mac OS X), Board: "Arduino Nano, ATmega328"
/var/folders/nk/tctjbbmn0jz79s043f2_m_fw0000gn/T/arduino_modified_sketch_51553/sketch_jun03b.ino:5:29: fatal error: Adafruit_Sensor.h: No such file or directory #include <Adafruit_Sensor.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino Nano.
Invalid library found in /Users/ptschram/Documents/Arduino/libraries/Adafruit_BME280_Library-master: /Users/ptschram/Documents/Arduino/libraries/Adafruit_BME280_Library-master
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.