Merge branch 'master' of github.com:adafruit/Adafruit_Sensor
This commit is contained in:
commit
d2a5ad7f5b
|
|
@ -1,2 +0,0 @@
|
|||
#include "Adafruit_Sensor.h"
|
||||
#include <avr/pgmspace.h>
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit Unified Sensor
|
||||
version=1.0.0
|
||||
version=1.0.2
|
||||
author=Adafruit <info@adafruit.com>
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Required for all Adafruit Unified Sensor based libraries.
|
||||
|
|
|
|||
Loading…
Reference in New Issue