Statistics
| Branch: | Revision:

adafruit_bno055 / examples / bunny / processing / cuberotate / cuberotate.pde @ 12f8537c

History | View | Annotate | Download (5.109 KB)

# Date Author Comment
12f8537c 2017-04-15 19:50 rampageservices

trim list4 so that it parses as an int correctly

Add trim to list4 when assigning mag calibration data to magCal variable. This always parses as a 0 if the new line is not trimmed from list4. Mag was always set to 0 before this change. Now correct calibration data for the magnetometer will show in the gui.

93ce5fac 2016-03-23 23:08 PaulStoffregen

Use intrinsic rotations in bunny visualization

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

Update bunny rotate example to display calibration status.

dd57d4fa 2015-04-22 21:52 Kevin Townsend

Fixed Euler rotation output

8cc46552 2015-04-20 19:14 Kevin Townsend

Added rotating bunny sketch