Activity

From 2016-02-26 to 2016-03-26

2016-03-23

23:29 Revision f175ae5e (adafruit_bno055): Merge pull request #24 from PaulStoffregen/master
Use intrinsic rotations in bunny visualization Kevin Townsend
23:08 Revision 93ce5fac (adafruit_bno055): Use intrinsic rotations in bunny visualization
PaulStoffregen
17:41 Revision f0ccfd82 (adafruit_bno055): Bump to 1.1.3
Kevin Townsend
17:41 Revision 2d9324e5 (adafruit_bno055): Added OBJLoader source since google code has opted for early...
Kevin Townsend

2016-03-16

15:32 Revision 78cc710f (adafruit_bno055): possible ESP fix
ladyada

2016-03-08

15:58 Revision 03d683ef (adafruit_bno055): Update library.properties
Kevin Townsend
15:57 Revision 28e0ffb5 (adafruit_bno055): Merge pull request #22 from gvissers/master
Cleanup of vector code Kevin Townsend
14:58 Revision b5582106 (adafruit_bno055): Add attribution line for fixes in utility code
Gé Vissers

2016-03-04

13:53 Revision 3cae40b9 (adafruit_bno055): It makes no sense to return 0 for the vector norm when the v...
NaNs. Just return NaN instead, Furthermore don't refuse to normalize vectors
when the length is small. Unless the len...
Gé Vissers
11:45 Revision 3e12eaa8 (adafruit_bno055): Unless all vector length are very close to unity, trying to ...
square root only slows things down (at least on x86_64 and Arduino Uno). Gé Vissers

2016-02-26

17:37 Revision 651c5f56 (adafruit_bno055): limit scope of loop variable
Gé Vissers
15:38 Revision a61c970f (adafruit_bno055): Fix use of abs() function with float argument.
The abs() function in stdlib.h takes an integer argument. Passing it a float
will silently convert the argument to in...
Gé Vissers
15:34 Revision d7b28532 (adafruit_bno055): make member functions const where appropriate, and pass vect...
Gé Vissers
15:33 Revision a6c06c10 (adafruit_bno055): Remove unused include
Gé Vissers
13:20 Revision fd9de024 (adafruit_bno055): The cross product is only defined for 3D vectors. Instead of...
at runtime, only provide an implementation for N==3. Trying to use the cross
function with other vector sizes will th...
Gé Vissers
 

Also available in: Atom