Arduino IDE – Insall Libraries

There are 2 possibilities to handle with libraries:

  • Do it manually
    1. Download library, e.g. this one
    2. Extract it to C:\Users\<username>\Documents\Arduino\libraries
  • Use the Library Manager
    1. Tools>ManageLibraries…
    2. Search and install, e.g. EspMQTTClient (requires the library mentioned above)

Leave a Reply

Your email address will not be published.