Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify library dependencies in library.properties #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 29, 2019

  1. 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).
    
    NOTE: I have not added the ShiftRegister74HC595 dependency because a breaking change was made to that library's API in its 1.3.0 release, causing the Accessories to be incompatible with any version after 1.2.0. The Arduino Library Manager's dependency installation system currently only supports installing the newest available version of the dependencies. Once support for specifying version dependencies is added, or the Accessories library is updated to be compatible with the newest versions of the ShiftRegister74HC595 library, that should also be added to the depends field.
    per1234 authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    9abbc0d View commit details
    Browse the repository at this point in the history