From f2af6f4efc794daaa049069d737a27bfde77b24f Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Tue, 1 Sep 2015 15:57:59 +0200 Subject: [PATCH] Added BNO055 to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8388b12..7e56bf9 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ The following drivers are based on the Adafruit Unified Sensor Driver: **Humidity & Temperature** - [Adafruit\_DHT\_Unified](https://github.com/adafruit/Adafruit_DHT_Unified) +**Orientation** + - [Adafruit_BNO055](https://github.com/adafruit/Adafruit_BNO055) + ## 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: