All Questions
Tagged with arduino-cli library
2 questions
5
votes
1
answer
1k
views
Library not found when using the arduino-cli command (although working with the Arduino IDE)
I have a sketch which I can upload without problem with the Arduino IDE. I installed the arduino-cli Version: 0.28.0 Commit: 06fb1909 Date: 2022-10-18T15:53:04Z. I want to compile and upload a code ...
3
votes
1
answer
409
views
How to install Adafruit motorshield library in arduino-cli
I need to install this library using the arduino-cli software. I don't know what name to use for the library. Using
arduino-cli lib install <library_name>
I have tried Adafruit_MotorShield, ...