Symbols
loading...
Files
loading...

NimBLE_Security sample sample

NimBLE_Security sample is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
Create RMT encoder for encoding LED strip pixels into RMT symbols
Set RGB for a specific pixel
Clear LED strip (turn off all LEDs)
Refresh memory colors to LEDs @note: After updating the LED colors in the memory, a following invocation of this API is needed to flush colors to strip.
Create LED strip based on RMT TX channel
Set HSV for a specific pixel
Set RGBW for a specific pixel
Free LED strip resources
Create LED strip based on SPI MOSI channel

Other commonly used symbols

Name
Location
Summary
LED strip interface definition
Encoder resolution, in Hz
Type of led strip encoder configuration
Set RGB for a specific pixel
LED Strip RMT specific configuration
LED Strip SPI specific configuration
Set RGBW for a specific pixel. Similar to `set_pixel` but also set the white component
Refresh memory colors to LEDs @note: After updating the LED colors in the memory, a following invocation of this API is needed to flush colors to strip.
Clear LED strip (turn off all LEDs)
Free LED strip resources
Maximum LEDs in a single strip
GPIO number that used by LED strip
RMT tick resolution, if set to zero, a default resolution (10MHz) will be applied
RMT clock source
How many RMT symbols can one RMT channel hold at one time. Set to 0 will fallback to use the default size.
Extra driver flags
SPI clock source
Extra driver flags
Extra driver flags
LED strip model: WS2812
LED strip model: SK6812
Invalid LED strip model
SPI bus ID. Which buses are available depends on the specific chip
Use DMA to transmit data
Invert output signal
Use DMA to transmit data

Dependencies

NimBLE_Security sample depends on the following libraries: