adafruit / Adafruit_BME680

127 stars 76 forks source link

Random "Adafruit_sensor" include #25

Closed timcharper closed 5 years ago

timcharper commented 5 years ago

Adafruit_BME680.h has this line:

#include <Adafruit_Sensor.h>

It cannot compile because there is no such file defined.

ladyada commented 5 years ago

in https://github.com/adafruit/Adafruit_BME680/blob/master/README.md

timcharper commented 5 years ago

Doh!

But why is this even there? I just comment out the include and it compiles fine.