소스 검색

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).
per1234 6 년 전
부모
커밋
56af6c6b81
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      library.properties

+ 1 - 0
library.properties

@@ -7,3 +7,4 @@ paragraph=Library for controlling Lixie II displays!
 category=Signal Input/Output
 category=Signal Input/Output
 url=https://github.com/connornishijima/Lixie_II
 url=https://github.com/connornishijima/Lixie_II
 architectures=*
 architectures=*
+depends=FastLED