Table of Contents

Enum InterruptEnable

Namespace
Iot.Device.Mpu6886
Assembly
Iot.Device.Mpu6886.dll

WoM interrupt on axes of accelerometer.

[Flags]
public enum InterruptEnable

Fields

None = 0

All axes disabled.

Xaxis = 128

Enable X axis.

Yaxis = 64

Enable Y axis.

Zaxis = 32

Enable Z axis.