Skip to content

Commit 9b1637d

Browse files
Update content/software/plc-ide/tutorials/plc-programming-introduction/content.md
Co-authored-by: Julián Caro Linares <j.carolinares@arduino.cc>
1 parent dfb6754 commit 9b1637d

File tree

1 file changed

+1
-1
lines changed
  • content/software/plc-ide/tutorials/plc-programming-introduction

1 file changed

+1
-1
lines changed

content/software/plc-ide/tutorials/plc-programming-introduction/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Inside the **Tool window** you can drag and drop variables, or click the **Inser
107107
### Library Management
108108

109109
The PLC IDE manages the library add-on and usage differently from the traditional Arduino IDE. To add the desired library, go to **Resources** tab and click the **Libraries** listed under the **Sketch**.
110-
110+
![Adding a library to the PLC IDE Arduino Sketch](assets/plcide-library-management.gif)
111111
With the 'Sketch Libraries' window open, click the **Add** option and fill out the library name. You will have to fill in the needed library version as well.
112112

113113
It is possible to find this information using the [Arduino Library List](https://www.arduinolibraries.info/) or by navigating manually to the local libraries directory and obtaining meta-data from 'library.properties' as a reference if you have the released library file locally.

0 commit comments

Comments
 (0)