Take the 2-minute tour ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

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?

share|improve this question

1 Answer 1

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

share|improve this answer
    
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. –  Gerben Jul 1 '14 at 16:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.