C++ port of the esp-idf 5.X rmt led_strip driver. Contribute to zackees/esp-rmt-led-strip-component-idf-5-1-cpp development by creating an account on GitHub.
// Abstraction for an LED strip that can be controlled via RMT. virtual void set_pixel(uint32_t i, uint8_t r, uint8_t g, uint8_t b) = 0; virtual void set_pixel_rgbw(uint32_t i, uint8_t r, uint8_t g, ...