From 4a8796ae4e2e348b33ce44308d6c8e7fc55bdd02 Mon Sep 17 00:00:00 2001 From: Nathan Seidle Date: Sat, 3 Nov 2018 09:42:50 -0600 Subject: [PATCH] Update readme to point to newer Si7021 humidity sensor lib --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0863afe..613b025 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ Repository Contents Documentation -------------- * **[MPL3115A2 Library](https://github.com/sparkfun/SparkFun_MPL3115A2_Breakout_Arduino_Library)** - MPL3115A2 library required for Weather Shield examples. -* **[HTU21D Library](https://github.com/sparkfun/SparkFun_HTU21D_Breakout_Arduino_Library)** - HTU21D library required for Weather Shield examples. +* **[Si7021 Library](https://github.com/sparkfun/SparkFun_Si701_Breakout_Arduino_Library)** - Si7021 humidity sensor library required for Weather Shield examples. * **[Hookup Guide](https://learn.sparkfun.com/tutorials/weather-shield-hookup-guide)** - Basic hookup guide for the Weather Shield. * **[SparkFun Fritzing repo](https://github.com/sparkfun/Fritzing_Parts)** - Fritzing diagrams for SparkFun products. * **[SparkFun 3D Model repo](https://github.com/sparkfun/3D_Models)** - 3D models of SparkFun products. +* **[HTU21D Library](https://github.com/sparkfun/SparkFun_HTU21D_Breakout_Arduino_Library)** - The HTU21D humidity sensor was used on older versions of the Weather Shield so if you have an older version you may need this library to run the examples. License Information ------------------- -- GitLab