![]() |
SimpleFOClibrary
2.1
|
#include "Arduino.h"
#include <Wire.h>
#include "../common/base_classes/Sensor.h"
#include "../common/foc_utils.h"
#include "../common/time_utils.h"
Go to the source code of this file.
Classes | |
struct | MagneticSensorI2CConfig_s |
class | MagneticSensorI2C |
Variables | |
MagneticSensorI2CConfig_s | AS5600_I2C |
MagneticSensorI2CConfig_s | AS5048_I2C |
MagneticSensorI2CConfig_s AS5048_I2C |
Definition at line 17 of file MagneticSensorI2C.h.
MagneticSensorI2CConfig_s AS5600_I2C |
Typical configuration for the 12bit AMS AS5600 magnetic sensor over I2C interface
Definition at line 4 of file MagneticSensorI2C.cpp.