From 37f7e2f38652148867988a7102e9ed673e6b3cab Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 7 Jan 2020 04:45:34 -0800 Subject: [PATCH] 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). --- library.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 73664fd..bd07931 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,5 @@ sentence=Library for controlling STEMI Hexapod v2. paragraph=Includes drivers for BLE, servo, battery and everything else required to control STEMI hexapod robot. category=Device Control url=https://stemi.education -architectures=* \ No newline at end of file +architectures=* +depends=NeoPixelBus by Makuna