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

Method release

src/platforms/stub/fastspi_stub_generic.cpp.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28void StubSPIOutput::waitFully() FL_NOEXCEPT {}
29
30void StubSPIOutput::release() FL_NOEXCEPT {}
31
32void StubSPIOutput::writeByte(u8 byte) FL_NOEXCEPT {
33 mBytes.push_back(byte);

Callers 6

CoroutineRunnerImplClass · 0.45
run_next_jobMethod · 0.45
TaskCoroutineStubImplMethod · 0.45
exitCurrentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected