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 Jan 7, 2020
1 parent 2e9a401 commit 7025ce0
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=PS2 keyboard codes from PS2KeyAdvanced to UTF-8 for any Latin language
paragraph=Takes integer values from PS2KeyAdvanced to convert using selectable country mapping and you can add your own country mapping.
category=Other
url=https://github.com/techpaul/PS2KeyMap.git
architectures=avr,sam
architectures=avr,sam
depends=PS2KeyAdvanced

0 comments on commit 7025ce0

Please sign in to comment.