Skip to content

Commit

Permalink
Specify library dependencies in library.properties
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
per1234 authored and epicfoox committed Jun 9, 2020
1 parent 29e46e9 commit 37f7e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=*
architectures=*
depends=NeoPixelBus by Makuna

0 comments on commit 37f7e2f

Please sign in to comment.