Statistics
| Branch: | Revision:

adafruit_bno055 @ 8ac2d6f6

Name Size
  examples
  utility
Adafruit_BNO055.cpp 13.566 KB
Adafruit_BNO055.h 12.221 KB
README.md 1.836 KB
library.properties 389 Bytes

Latest revisions

# Date Author Comment
8ac2d6f6 2015-08-26 02:02 Kevin Townsend

Added system status helper

3528bff2 2015-07-28 21:29 Tony DiCola

Update library.properties

2fa9c672 2015-07-28 21:23 Tony DiCola

Update bunny rotate example to display calibration status.

f12bf4b5 2015-07-28 20:44 Tony DiCola

Fix #3 and add calibration status to raw example.

40f91f6f 2015-07-15 10:21 Tony DiCola

Add getCalibration function read calibration register values.

fe9592fb 2015-06-01 22:19 Kevin Townsend

Merge pull request #4 from pldg/master

Bug fixes, math library fixes

b2d499c7 2015-05-21 22:15 Paul Du Bois (laptop)

Remove unnecessary double* pointer from Vector<N>

The pointer prevents the use of bitwise move/copy/initialize operations
on Vector(). Less importantly, it's an unnecessary memory bloat.

abce6607 2015-05-21 22:15 Paul Du Bois (laptop)

Bug fix for Vector::magnitude()

Sample failure: Vector<1>(0.5).magnitude() returns 1, not 0.5.
The avoid-sqrt optimization is dubious at best, and should arguably
just be removed.

8cee904f 2015-05-21 22:15 Paul Du Bois (laptop)

Bug fixes for getQuat() and begin()

0695bf91 2015-05-21 22:15 Paul Du Bois (laptop)

Add "const" to non-mutating Vector, Quat methods

Also adds some clarifying documentation, since the quat->euler axis
conventions are a bit surprising.

View all revisions | View revisions

Also available in: Atom