From 073746a60bde9ac28a0454de7a7fec2729aa30dc Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Mon, 11 Mar 2019 10:08:54 -0400 Subject: [PATCH] Adding the includes line to the library.properties This line allows the Arduino framework to discover that this library provides this header file. --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index fa7eefa..b3a2ece 100644 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=A unified sensor abstraction layer used by many Adafruit sensor librar category=Sensors url=https://github.com/adafruit/Adafruit_Sensor architectures=* +includes=Adafruit_Sensor.h