![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
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"
Go to the source code of this file.
Classes | |
class | BNO055 |
A class for managing the Adafruit BNO055 sensor. More... | |
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.