You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
I am currently using Arduino CLI version 0.31. I have used Arduin IDE in the past. So, I got all my installed libraries into cli using arduino-cli lib install. I use Arduino CLI on visual studio code using Arduino extension by Microsoft.
I Even though I have my libraries installed I was not able to use them on my code like I used to on IDE. For example #include <Servo.h>. Help me if I am missing something