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!