Tested and works great with the Adafruit Si4713 Breakout Board. To work with the Arduino Zero, the BNO055's ADR pin must be high. http://www.adafruit.com/products/2472 What is the Adafruit Unified Sensor Library? The Adafruit Unified Sensor Library (Adafruit_Sensor) provides a common interf...
The unified sensor drivers system is based around a single base class named Adafruit_Sensor (source code). This base class defines two functions and and a few shared 'types', which are described below. Essentially, 'Adafruit_Sensor' is a contract that every driver signs to make sure it ...
correct registers, setting up some plumbing to send and receive the commands, etc. The only really different with a 'Unified Sensor Driver' is that there is an additional layer that sits on top of that underlying code that converts the sensor's native units into what Adafruit_Sensor is ...
Adafruit Unified BMP085/BMP180 Driver (Barometric Pressure Sensor) This driver is for the Adafruit BMP085 Breakout (http://www.adafruit.com/products/391) or BMP180 breakout (http://www.adafruit.com/products/1603), and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). ...
This driver is for the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor). Tested and works great with the Adafruit Si4713 Breakout Board. To work with the Arduino Zero, the BNO055's ADR pin must be high. ...