![]() |
AMS Advanced Air Mobility Sensors UG
|
Enumerations | |
| enum class | EAccelDynamicRange : uint8_t { e2g = 0x00 , e4g = 0x01 , e8g = 0x02 , e16g = 0x03 } |
| enum class | EGyroDynamicRange : uint8_t { e250dps = 0x00 , e500dps = 0x01 , e1000dps = 0x02 , e2000dps = 0x03 } |
Functions | |
| template<EGyroDynamicRange Range> | |
| static constexpr float | getGyroscopeRangeInDegreesPerSecond () |
| A template function to get gyroscope range from an enum value. | |
| template<EAccelDynamicRange Range> | |
| static constexpr float | getAccelerometerRangeInG () |
| A template function to get accelerometer range from an enum value. | |
|
strong |
|
strong |
|
staticconstexpr |
A template function to get accelerometer range from an enum value.
|
staticconstexpr |
A template function to get gyroscope range from an enum value.