sparkfun / Weather_Shield

Barometric pressure, temperature, humidity and light sensing weather shield for Arduino.
https://www.sparkfun.com/
Other
67 stars 67 forks source link

This code does not "stand alone" compile #14

Closed zfields closed 9 years ago

zfields commented 9 years ago

MPL3115A2.h and HTU21D.h are not included in this repository

ToniCorinne commented 9 years ago

They aren't. As those libraries are designed for different products, the libraries are maintained in each of those respective products' repos to prevent confusion on keeping items updated. Check out the hookup guide for the Weather Shield here. It has all the links as well as the step-by-step guides for installing the additional libraries.

zfields commented 9 years ago

Ahh... Then you should provide a link to the "hookup guide" in the README.md

ToniCorinne commented 9 years ago

We'll get it added in there! Thanks for the feedback. Let us know if you have any other problems with the code.

zfields commented 9 years ago

Thanks!