ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
BNO055.h File Reference

A class for interfacing with the Adafruit BNO055 sensor. More...

#include <Wire.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_BNO055.h>
#include <utility/imumaths.h>
#include "../../Utils/Filter/QuaternionKalmanFilter.h"
#include "../../Utils/Filter/VectorRunningAverageFilter.h"
#include "../../Utils/Math/Rotation.h"
Include dependency graph for BNO055.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BNO055
 A class for managing the Adafruit BNO055 sensor. More...
 

Detailed Description

A class for interfacing with the Adafruit BNO055 sensor.

This file defines the BNO055 class, which provides methods for retrieving and processing sensor data such as acceleration, angular velocity, magnetic field, gravity vector, and absolute orientation.

22/12/2024 22/12/2024 Coela Can't! Coela Can't

Definition in file BNO055.h.