Libraries for Weather Shield

I’m just getting started and I was trying to run the sample code for the Sparkfun Weather Shield but several of the sensor libraries are missing. How do I find them?

Google found this for me.

https://github.com/sparkfun/MPL3115A2_B … 2_Pressure

I’m sure it can find the others for you.

I get stuck on github. I find things there but I can’t figure out how to download files from there. Always fun when your new at something. Thanks for the help.

Since the .cpp and .h files are just text files, I’ve found it easier to click on the file you want, then click on the “raw” button to get the file w/o line numbers. Do a right click “select all” and then copy the text. Use Notepad or the Arduino IDE and paste the text. Save as the appropriate filename in the proper folder.