Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 322 Bytes

File metadata and controls

15 lines (10 loc) · 322 Bytes

enum LedState

Overview / Purpose

Enumeration LedState

Enumerator Value Description
UNSPECIFIED_LED_STATE 0 Unspecified LED state
LED_OFF 1 LED is off
LED_PULSE 2 LED is in pulse state
LED_ON 3 LED is one

Parent topic: Base (C++)