Skip to content

Commit 7025ce0

Browse files
authored
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).
1 parent 2e9a401 commit 7025ce0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ sentence=PS2 keyboard codes from PS2KeyAdvanced to UTF-8 for any Latin language
66
paragraph=Takes integer values from PS2KeyAdvanced to convert using selectable country mapping and you can add your own country mapping.
77
category=Other
88
url=https://github.com/techpaul/PS2KeyMap.git
9-
architectures=avr,sam
9+
architectures=avr,sam
10+
depends=PS2KeyAdvanced

0 commit comments

Comments
 (0)