├── LICENSE ├── README.md ├── doc ├── HTU21D.pdf ├── MPL3115A2.pdf └── Si7021-A10.pdf ├── firmware ├── SparkFun_Photon_Weather_Shield_Library.cpp ├── SparkFun_Photon_Weather_Shield_Library.h └── examples │ ├── SparkFun_Photon_Weather_Shield_Example.ino │ └── Weather_Publish_and_Variable.ino └── spark.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/README.md -------------------------------------------------------------------------------- /doc/HTU21D.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/doc/HTU21D.pdf -------------------------------------------------------------------------------- /doc/MPL3115A2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/doc/MPL3115A2.pdf -------------------------------------------------------------------------------- /doc/Si7021-A10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/doc/Si7021-A10.pdf -------------------------------------------------------------------------------- /firmware/SparkFun_Photon_Weather_Shield_Library.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/firmware/SparkFun_Photon_Weather_Shield_Library.cpp -------------------------------------------------------------------------------- /firmware/SparkFun_Photon_Weather_Shield_Library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/firmware/SparkFun_Photon_Weather_Shield_Library.h -------------------------------------------------------------------------------- /firmware/examples/SparkFun_Photon_Weather_Shield_Example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/firmware/examples/SparkFun_Photon_Weather_Shield_Example.ino -------------------------------------------------------------------------------- /firmware/examples/Weather_Publish_and_Variable.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/firmware/examples/Weather_Publish_and_Variable.ino -------------------------------------------------------------------------------- /spark.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sparkfun/SparkFun_Photon_Weather_Shield_Particle_Library/HEAD/spark.json --------------------------------------------------------------------------------