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
Copy file name to clipboardExpand all lines: content/Software and Downloads/IDE Settings/Find-sketches-libraries-board-cores-and-other-files-on-your-computer.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ Example sketches can be found in the _File > Examples_ menu.
29
29

30
30
31
31
***Built-in Examples:** Examples packaged with Arduino IDE. They are located inside the application folder.
32
-
* In **Arduino IDE 2.0** they are stored in the `resources/app/node_modules/arduino-ide-extension/Examples` subfolder.
33
-
* In **Arduino IDE 1.8** they are stored in the `libraries` subfolder for Windows and Linux, and `Contents/Java/libraries` on macOS.
32
+
* In **Arduino IDE 2.x** they are stored in the `resources/app/node_modules/arduino-ide-extension/Examples` subfolder.
33
+
* In **Arduino IDE 1.x** they are stored in the `libraries` subfolder for Windows and Linux, and `Contents/Java/libraries` on macOS.
34
34
***Examples for \<board name\>:** Stored inside the board platform's `libraries` subfolder, e.g. `Arduino15/packages/arduino/hardware/avr/1.8.4/libraries/Wire`. These are only accessible by Arduino IDE when one of the boards from that package is selected from the _Tools > Board_ menu.
35
35
***Examples from Custom Libraries:** Installed with the Library Manager or the _Sketch > Include Library > Add. ZIP Library_ dialog.
36
36
***Examples for any board:** Installed with the Library Manager or the _Sketch > Include Library > Add. ZIP Library_ dialog. <!-- 1.x only? -->
@@ -134,8 +134,11 @@ The application folder contains the executable files used when running Arduino.
* **Linux:** See [Open the Arduino IDE installation folder](https://support.arduino.cc/hc/en-us/articles/4412943340178-Open-the-Arduino-IDE-installation-folder#linux).
140
143
141
144
Generally, the contents of this folder should not be changed.
Copy file name to clipboardExpand all lines: content/Software and Downloads/Installation/Uninstall-Arduino-IDE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Learn how to uninstall Arduino IDE.
11
11
12
12
***Windows:**
13
13
* In Windows 10: Open the start menu and find the Arduino application. Right-click on it and select **Uninstall**.
14
-
* Alternatively, open Explorer and go to `C:\Program Files (x86)\Arduino`, then run `uninstall.exe`.
14
+
* Alternatively, open Explorer and run `C:\Program Files\Arduino IDE\Uninstall Arduino IDE.exe`. Or if you're using Arduino IDE 1.x, `C:\Program Files (x86)\Arduino\uninstall.exe`.
0 commit comments