| 759 | } |
| 760 | |
| 761 | fl::span<CRGB> Channel::leds() { |
| 762 | return fl::span<CRGB>(CPixelLEDController<RGB>::leds(), CPixelLEDController<RGB>::size()); |
| 763 | } |
| 764 | |
| 765 | fl::span<const CRGB> Channel::leds() const { |
| 766 | return fl::span<const CRGB>(CPixelLEDController<RGB>::leds(), CPixelLEDController<RGB>::size()); |