Do not understand documentation to add third party Arduino libraries
조회 수: 4 (최근 30일)
이전 댓글 표시
Greetings,
According to the Custom Arduino Libraries Documentation, you are asked to use the host terminal (Windows in my case) to install third party libraries.

What I am failing to comprehend is when and how. Say I have downloaded the third party library and its folder is in my Download folder. I have also installed the library to my Arduino IDE. How is it then, that this installer works? Is this needed to be completed prior to the remaining steps of writing the source header file?

Thanks in advance.
댓글 수: 0
채택된 답변
Walter Roberson
2024년 12월 3일
이동: Walter Roberson
2024년 12월 3일
I suggest you use
arduino-cli lib install --zip-path /PATH/TO/RoboClaw.zip --config-file arduino-cli.yam
댓글 수: 3
Walter Roberson
2024년 12월 3일
It is not particularily a linux command.
I was working off of documentation for cli-exe that showed linux-style paths even though the documentation was implicitly for Windows
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!