From d74f8653a53ea15f7402627c2fc8045ae72cd658 Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Thu, 14 Feb 2013 15:40:51 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8b5dd23..2251969 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ 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) + ## How Does it Work? ## Any driver the 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: