FastLED 3.9.15
Loading...
Searching...
No Matches

◆ EBlockChipsets

Blockless output port enum.

Definition at line 513 of file FastLED.h.

513 {
514#ifdef PORTA_FIRST_PIN
515 WS2811_PORTA,
516 WS2813_PORTA,
517 WS2811_400_PORTA,
518 TM1803_PORTA,
519 UCS1903_PORTA,
520#endif
521#ifdef PORTB_FIRST_PIN
522 WS2811_PORTB,
523 WS2813_PORTB,
524 WS2811_400_PORTB,
525 TM1803_PORTB,
526 UCS1903_PORTB,
527#endif
528#ifdef PORTC_FIRST_PIN
529 WS2811_PORTC,
530 WS2813_PORTC,
531 WS2811_400_PORTC,
532 TM1803_PORTC,
533 UCS1903_PORTC,
534#endif
535#ifdef PORTD_FIRST_PIN
536 WS2811_PORTD,
537 WS2813_PORTD,
538 WS2811_400_PORTD,
539 TM1803_PORTD,
540 UCS1903_PORTD,
541#endif
542#ifdef HAS_PORTDC
543 WS2811_PORTDC,
544 WS2813_PORTDC,
545 WS2811_400_PORTDC,
546 TM1803_PORTDC,
547 UCS1903_PORTDC,
548#endif
549};