This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Description
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