Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ write
Method
write
src/platforms/stub/Arduino.cpp.hpp:116–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void SerialEmulation::write(fl::u8) FL_NOEXCEPT {}
117
118
void SerialEmulation::write(const char *s) FL_NOEXCEPT {
119
fl::printf(
"%s"
, s);
Callers
4
write_bytes
Function · 0.45
readInputFromSerial
Method · 0.45
createTextFile
Function · 0.45
write_bytes
Function · 0.45
Calls
2
printf
Function · 0.85
write_bytes
Function · 0.50
Tested by
no test coverage detected