How to add librairies?

Hi!

Here is what I tried :

On WebEditor
On the left : Librairies
I choose library and I Download my library. (I don't know where to download it, but I've put it in .zip in a "libraries" folder I've created)
Then i click on Include, this line is added : #include <Arduino_FreeRTOS.h>
But it doesn't want to compile.

Thank you for your help

you have to unzip the library. put it in your libraries directory

1 Like

Thank you for your answer... but where is this librairies directory? Anyone I create or a specific one?

it depends on what platform are you working on, assuming you are working with Arduino IDE, the libraries folder is located at the same place where your sketches are.

1 Like

thank you!

@flyingjimbo it is Arduino Web Editor 'in the cloud'. there is no libraries folder

Thanks.

So is that mean I cannot use libraries?

Oh that's a good news! Thank you!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.