ESPHome 2026.10.0-dev
Loading...
Searching...
No Matches
esphome::rp2040_pio_led_strip Namespace Reference

Data Structures

class  RP2040PIOLEDStripLightOutput
 

Typedefs

using init_fn = void (*)(PIO pio, uint sm, uint offset, uint pin, float freq)
 

Enumerations

enum  Chipset : uint8_t {
  CHIPSET_WS2812 , CHIPSET_WS2812B , CHIPSET_SK6812 , CHIPSET_SM16703 ,
  CHIPSET_APA102 , CHIPSET_CUSTOM = 0xFF
}
 

Typedef Documentation

◆ init_fn

using esphome::rp2040_pio_led_strip::init_fn = void (*)(PIO pio, uint sm, uint offset, uint pin, float freq)

Definition at line 31 of file led_strip.h.

Enumeration Type Documentation

◆ Chipset

Enumerator
CHIPSET_WS2812 
CHIPSET_WS2812B 
CHIPSET_SK6812 
CHIPSET_SM16703 
CHIPSET_APA102 
CHIPSET_CUSTOM 

Definition at line 22 of file led_strip.h.