Statistics
| Branch: | Revision:

adafruit_bno055 @ b2d499c7

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

Latest revisions

# Date Author Comment
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.

9474f653 2015-05-07 03:14 Kevin Townsend

Updated version to 1.0.4

832e9f1d 2015-05-01 21:56 Tony DiCola

Update library.properties

2d2897b8 2015-05-01 20:33 Tony DiCola

Merge pull request #1 from adafruit/tinywirem

Small changes for better compatibility with low memory boards like Trinket

d964148c 2015-05-01 20:30 Tony DiCola

Switch from dynamic memory to stack allocated memory for imumath types, add TinyWireM support, make indentation consistent.

77d1c83c 2015-05-01 17:40 Todd Treece

adds library.properties

664ebdb0 2015-04-22 21:53 Kevin Townsend

Merge branch 'master' of github.com:adafruit/Adafruit_BNO055

View all revisions | View revisions

Also available in: Atom