Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ writeByte
Method
writeByte
lib/usb/serial.cc:257–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
void SerialPort::writeByte(uint8_t b)
258
{
259
this->write(&b, 1);
260
}
261
262
void SerialPort::write(const Bytes& bytes)
263
{
Callers
1
getRotationalPeriod
Method · 0.45
Calls
1
write
Method · 0.95
Tested by
no test coverage detected