IoT/아두이노
PlatformIO 라이브러리 추가
eeeun:)
2022. 2. 9. 09:36
반응형
라이브러리 종속성 변경
lib_deps = 경로
라이브러리 디렉토리 추가
lib_extra_dirs = 경로
https://docs.platformio.org/en/latest/librarymanager/quickstart.html
Quick Start — PlatformIO latest documentation
PlatformIO Library Manager allows one to specify project dependencies (lib_deps) that will be installed automatically per project before environment processing. You do not need to install libraries manually. The only one simple step is to define dependenci
docs.platformio.org
728x90