From 23455ff3e9626b07ef109d2cb6e4421c94deabda Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Fri, 26 Jun 2015 13:55:08 -0700 Subject: [PATCH 1/4] Bump library.properties to make most recent code the current version. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 991b839..6a9caa6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit Unified Sensor -version=1.0.0 +version=1.0.1 author=Adafruit maintainer=Adafruit sentence=Required for all Adafruit Unified Sensor based libraries. From 04a0f643903f54e7d9c69aaedd0fe1f5b2a31c4d Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Tue, 7 Jul 2015 21:22:15 -0700 Subject: [PATCH 2/4] Remove unused avr/pgmspace.h reference to fix #8. --- Adafruit_Sensor.cpp | 1 - library.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Adafruit_Sensor.cpp b/Adafruit_Sensor.cpp index ee59b27..c97486f 100644 --- a/Adafruit_Sensor.cpp +++ b/Adafruit_Sensor.cpp @@ -1,2 +1 @@ #include "Adafruit_Sensor.h" -#include diff --git a/library.properties b/library.properties index 6a9caa6..fa7eefa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit Unified Sensor -version=1.0.1 +version=1.0.2 author=Adafruit maintainer=Adafruit sentence=Required for all Adafruit Unified Sensor based libraries. From 30a90120888609a5aa9375a3731069113348fbd0 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Tue, 7 Jul 2015 21:29:48 -0700 Subject: [PATCH 3/4] Remove unused .cpp file. Code was previously moved into the header. --- Adafruit_Sensor.cpp | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Adafruit_Sensor.cpp diff --git a/Adafruit_Sensor.cpp b/Adafruit_Sensor.cpp deleted file mode 100644 index c97486f..0000000 --- a/Adafruit_Sensor.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "Adafruit_Sensor.h" From f2af6f4efc794daaa049069d737a27bfde77b24f Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Tue, 1 Sep 2015 15:57:59 +0200 Subject: [PATCH 4/4] 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: