Adding the includes line to the library.properties
This line allows the Arduino framework to discover that this library provides this header file.
This commit is contained in:
parent
a78507261d
commit
073746a60b
|
|
@ -7,3 +7,4 @@ paragraph=A unified sensor abstraction layer used by many Adafruit sensor librar
|
||||||
category=Sensors
|
category=Sensors
|
||||||
url=https://github.com/adafruit/Adafruit_Sensor
|
url=https://github.com/adafruit/Adafruit_Sensor
|
||||||
architectures=*
|
architectures=*
|
||||||
|
includes=Adafruit_Sensor.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue