Units Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BNO055 unit
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
public enum Units
[<System.Flags>]
type Units =
Public Enum Units
- Inheritance
-
Units
- Attributes
Name | Value | Description |
---|---|---|
AccelerationMeterPerSecond | 0 | Acceleration in m/s |
AngularRateDegreePerSecond | 0 | Angular rate in degrees per second (DPS) |
DataOutputFormatWindows | 0 | Data output in Windows format |
EulerAnglesDegrees | 0 | Euler angles in degrees |
TemperatureCelsius | 0 | Temperature in Celsius |
AccelerationMeterG | 1 | Acceleration in G |
AngularRateRotationPerSecond | 2 | Angular rate in rotations per second (RPS) |
EulerAnglesRadians | 4 | Euler angles in radians |
TemperatureFarenheit | 16 | Temperature in Fahrenheit |
DataOutputFormatAndroid | 128 | Data output in Android format |
Tuote | Versiot |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |