|
HF-AS5047U Driver
0.1.0-dev
HF-AS5047U C++ Driver
|
Type definitions for the AS5047U driver. More...
#include <cstdint>Go to the source code of this file.
Enumerations | |
| enum class | FrameFormat : uint8_t { SPI_16 , SPI_24 , SPI_32 } |
| Supported SPI frame formats for AS5047U communication. More... | |
| enum class | FilterPreset : uint8_t { LowNoise = 0 , Balanced , HighBandwidth } |
| Presets for the adaptive velocity/angle filter (Dynamic Filter System). More... | |
Type definitions for the AS5047U driver.
|
strong |
Presets for the adaptive velocity/angle filter (Dynamic Filter System).
Maps to datasheet Figure 17 "Angular Velocity Measurement Filter Parameters". Lower K = less noise at standstill, higher latency; higher K = more noise, faster response. Use SetFilterPreset() for one-call configuration.
|
strong |