From a3163133278136ffb1f76bfd5a20ed8154206db8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 18 Dec 2019 23:34:21 -0800 Subject: [PATCH] Specify library dependencies in library.properties Specifying the library dependencies in the depends field of library.properties causes Library Manager to offer to install the dependencies during installation of this library. --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 5f8fb09..a567c7d 100644 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=Unified driver for the ADXL345 Accelerometer category=Sensors url=https://github.com/adafruit/Adafruit_ADXL345 architectures=* +depends=Adafruit Unified Sensor