6

I'm trying to add some additional example files to the Arduino IDE in Ubuntu 14.04. However, I can't for the life of me find where the examples are stored in my system. I checked the Arduino website, but can't find any information there. Does anyone know where I need to put my additional files?

Juraj
  • 18,037
  • 4
  • 29
  • 49
detective6
  • 141
  • 1
  • 1
  • 5
  • Usually there is no good reason to know where the folder is. The examples are available in Arduino IDE in Files->Examples menu and it doesn't make much sense to add more sketches to built-in examples in local installation. – Juraj Apr 24 '22 at 09:39

3 Answers3

8

After some more searching I found it in /usr/share/arduino/examples.

detective6
  • 141
  • 1
  • 1
  • 5
2

I found mine in Linux Mint 17.3 under opt/arduino/examples

Nick Gammon
  • 38,184
  • 13
  • 65
  • 124
noel
  • 21
  • 1
1

In Ubuntu I found arduino library on /home/MYUSERNAME/snap/arduino

where MYUSERNAME is user name