Table of Contents

Enum ActivityType

Namespace
Iot.Device.Bmi270
Assembly
Iot.Device.Bmi270.dll

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 = 2

User is running.

Still = 0

Device is stationary.

Unknown = 3

Activity could not be determined.

Walking = 1

User is walking.