Enum ActivityType
Activity type recognized by the BMI270 activity recognition feature. Read from the WR_GEST_ACT register (0x20), bits [3:0].
public enum ActivityType : byte
Fields
Running = 2User is running.
Still = 0Device is stationary.
Unknown = 3Activity could not be determined.
Walking = 1User is walking.