MCPcopy Create free account
hub / github.com/FastLED/FastLED / encodeWS2803

Function encodeWS2803

src/fl/chipsets/encoders/ws2803.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29/// @note WS2803 protocol is identical to WS2801
30template <typename InputIterator, typename OutputIterator>
31void encodeWS2803(InputIterator first, InputIterator last, OutputIterator out) FL_NOEXCEPT {
32 // WS2803 uses identical protocol to WS2801
33 encodeWS2801(first, last, out);
34}
35
36} // namespace fl

Callers 2

writeWS2803Method · 0.85
ws2803.hppFile · 0.85

Calls 1

encodeWS2801Function · 0.70

Tested by

no test coverage detected