Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 3f29c1f

Browse files
committed
Specify library dependencies in library.properties
Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
1 parent 562b367 commit 3f29c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ category=Communication
88
url=https://github.com/arduino-libraries/PhysicsLabFirmware
99
architectures=samd
1010
includes=PhysicsLabFirmware.h
11+
depends=ArduinoBLE,Adafruit LSM9DS1 Library

0 commit comments

Comments
 (0)