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

Function write_bytes

src/platforms/arm/lpc/io_lpc.cpp.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96size_t write_bytes(const u8* buffer, size_t size) FL_NOEXCEPT {
97 if (!Serial) return 0;
98 return Serial.write(buffer, size);
99}
100
101bool serial_ready() FL_NOEXCEPT {
102 return Serial ? true : false;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected