Hi!
I'm trying to find the file where I can place new libraries (like NewSoftSerial), but for some reason I can't find the directories. The only file that I got is the Arduino Icon. Can someone tell me how can I find the libraries folder? I'm using Mac :-/
You have to create the folder yourself (named libraries) inside the same folder that is holding your sketch files. You can then place specific library folders inside it that contain any libraries you download or write yourself.
Lefty