Revision dffa812e README.md

View differences:

README.md
1 1
# Adafruit Unified BNO055 Driver (AHRS/Orientation)  [![Build Status](https://travis-ci.com/adafruit/Adafruit_BNO055.svg?branch=master)](https://travis-ci.com/adafruit/Adafruit_BNO055)
2
================
2 3

  
3
This driver is for the Adafruit BNO055 Breakout (http://www.adafruit.com/products/2472),
4
and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor).
4
<a href="https://www.adafruit.com/product/2472"><img src="assets/board.jpg?raw=true" width="500px"></a>
5 5

  
6
To work with the Arduino Zero, the BNO055's ADR pin must be high, and an "#error" must be removed from the .h file.
6
This driver is for the Adafruit BNO055 Breakout, and is based on Adafruit's Unified Sensor Library (Adafruit_Sensor).
7

  
8
Tested and works great with the Adafruit Si4713 Breakout Board 
9
To work with the Arduino Zero, the BNO055's ADR pin must be high.
10
* http://www.adafruit.com/products/2472
7 11

  
8 12
## What is the Adafruit Unified Sensor Library? ##
9 13

  
......
19 23

  
20 24
Light sensors will always report units in lux, gyroscopes will always report units in rad/s, etc. ... freeing you up to focus on the data, rather than digging through the datasheet to understand what the sensor's raw numbers really mean.
21 25

  
22
## About this Driver ##
23

  
24 26
Adafruit invests time and resources providing this open source code.  Please support Adafruit and open-source hardware by purchasing products from Adafruit!
25 27

  
26
Written by Kevin (KTOWN) Townsend for Adafruit Industries.
28
Kevin (KTOWN) Townsend Adafruit Industries.
29
MIT license, check license.txt for more information
30
All text above must be included in any redistribution
31

  
32
To install, use the Arduino Library Manager and search for "Adafruit BNO055" and install the library.

Also available in: Unified diff