Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void StubSPIOutput::waitFully() FL_NOEXCEPT {}
29
30
void StubSPIOutput::release() FL_NOEXCEPT {}
31
32
void StubSPIOutput::writeByte(u8 byte) FL_NOEXCEPT {
33
mBytes.push_back(byte);
Callers
6
CoroutineRunnerImpl
Class · 0.45
run_next_job
Method · 0.45
TaskCoroutineStubImpl
Method · 0.45
exitCurrent
Method · 0.45
stub_attach_timer_handler
Function · 0.45
stub_attach_external_handler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected