From 88ae805bce7029804ab888b0e6577dcf2a7694b2 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Mon, 2 Jun 2014 21:11:50 -0700 Subject: [PATCH] Link to DHT unified sensor library. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40767d7..0680286 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,13 @@ The following drivers are based on the Adafruit Unified Sensor Driver: **Magnetometers** - [Adafruit\_LSM303DLHC](https://github.com/adafruit/Adafruit_LSM303DLHC) - + **Barometric Pressure** - [Adafruit\_BMP085\_Unified](https://github.com/adafruit/Adafruit_BMP085_Unified) +**Humidity & Temperature** + - [Adafruit\_DHT\_Unified](https://github.com/adafruit/Adafruit_DHT_Unified) + ## How Does it Work? ## Any driver that supports the Adafruit unified sensor abstraction layer will implement the Adafruit\_Sensor base class. There are two main typedefs and one enum defined in Adafruit_Sensor.h that are used to 'abstract' away the sensor details and values: