Table of Contents

Enum ButtonPressed

Namespace
Iot.Device.Axp192
Assembly
Iot.Device.Axp192.dll

Button pressed status.

[Flags]
public enum ButtonPressed

Fields

LongPressed = 1

Long press more than setup time.

NotPressed = 0

Button not presses.

ShortPressed = 2

Short press.