Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ readByte
Method
readByte
lib/usb/serial.cc:250–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
uint8_t SerialPort::readByte()
251
{
252
uint8_t b;
253
this->read(&b, 1);
254
return b;
255
}
256
257
void SerialPort::writeByte(uint8_t b)
258
{
Callers
4
getRotationalPeriod
Method · 0.80
read
Method · 0.80
write
Method · 0.80
erase
Method · 0.80
Calls
1
read
Method · 0.95
Tested by
no test coverage detected