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
Ok, i found out the location. In Win 7, it is C:\Program Files (x86)\Arduino\libraries
answered Jun 29, 2014 at 19:27
-
1Those 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– Gerben2014年07月01日 16:59:34 +00:00Commented Jul 1, 2014 at 16:59
-
1Definitely preferred. Otherwise you lose your user-installed libraries when you upgrade to the next version.2015年06月29日 22:00:14 +00:00Commented Jun 29, 2015 at 22:00
lang-cpp