michaelkamprath / ShiftRegisterLEDMatrixLib

A library for Arduino that can control LED matrices which use shift registers to manage rows and columns.
GNU Lesser General Public License v3.0
39 stars 8 forks source link

Specify library dependencies in library.properties #12

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

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).

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

michaelkamprath commented 4 years ago

@per1234 Thanks for this! Could you also update theCHANGELOG.md file to indicate the unreleased change? I will take care of making it a release later.

per1234 commented 4 years ago

OK, I have done as you requested.