3

I want to read the source code of an arduino library that comes with the IDE. Specifically the GSM.h

I dont know the location of the standard libraries that come with the IDE.

I only know the location of the user installed libraries.

So where is the source code of GSM.h?

asked Jun 29, 2014 at 19:21

1 Answer 1

4

Ok, i found out the location. In Win 7, it is C:\Program Files (x86)\Arduino\libraries

answered Jun 29, 2014 at 19:27
2
  • 1
    Those are the standard libraries. If you want to add libraries, it's (I think) preferred to add them to the `My Documents\Arduino\libraries` folder. Commented Jul 1, 2014 at 16:59
  • 1
    Definitely preferred. Otherwise you lose your user-installed libraries when you upgrade to the next version. Commented Jun 29, 2015 at 22:00

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.