I just installed 1.0.5, and I need to look at the GSM library, but I have looked everywhere and I cannot find the folder with the built in libraries in it. specifically, I need to look at GSM.h and at the code to try to get it working on an old GPRS board, a SeeedStudio 1.4 board. I suspect that the data pins just need to be reassigned, the built in libraries just don't work.
I feel like an idiot, can any one help?
- Go to your Applications folder and look for Arduino.
- Right click on it and choose "Show Package Content"
- Navigate to Contents > Resources > Java > libraries
Here you will find your library folders, including the GSM
![]()
Thank you very much!