NimBLE_GATT_Server sample
led_model_t
is only used within NimBLE_GATT_Server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_GATT_Server sample
led_model_t
led_model_t enum
Syntax
Show:
Summary
Declaration
from
led_strip_types.h:27
enum
{
LED_MODEL_WS2812
,
LED_MODEL_SK6812
,
LED_MODEL_INVALID
}
;
Values
Value
Declared as
Description
led_model_t::LED_MODEL_WS2812
LED strip model: WS2812.
led_model_t::LED_MODEL_SK6812
LED strip model: SK6812.
led_model_t::LED_MODEL_INVALID
Invalid LED strip model.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out