Revision f51cf589

View differences:

Adafruit_BNO055.h
1 1
/*!
2 2
 *  @file Adafruit_BNO055.h
3 3
 *
4
 *    This is a library for the BNO055 orientation sensor
4
 *  This is a library for the BNO055 orientation sensor
5 5
 *
6
 *    Designed specifically to work with the Adafruit BNO055 Breakout.
6
 *  Designed specifically to work with the Adafruit BNO055 Breakout.
7 7
 *
8
 *    Pick one up today in the adafruit shop!
9
 *    ------> https://www.adafruit.com/product/2472
8
 *  Pick one up today in the adafruit shop!
9
 *  ------> https://www.adafruit.com/product/2472
10 10
 *
11
 *    These sensors use I2C to communicate, 2 pins are required to interface.
11
 *  These sensors use I2C to communicate, 2 pins are required to interface.
12 12
 *
13
 *    Adafruit invests time and resources providing this open source code,
14
 *    please support Adafruit andopen-source hardware by purchasing products
15
 *    from Adafruit!
13
 *  Adafruit invests time and resources providing this open source code,
14
 *  please support Adafruit andopen-source hardware by purchasing products
15
 *  from Adafruit!
16 16
 *
17
 *    K.Townsend (Adafruit Industries)*
17
 *  K.Townsend (Adafruit Industries)*
18 18
 *
19
 *    MIT license, all text above must be included in any redistribution
19
 *  MIT license, all text above must be included in any redistribution
20 20
 */
21 21

  
22 22
#ifndef __ADAFRUIT_BNO055_H__

Also available in: Unified diff