MCPcopy 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
250uint8_t SerialPort::readByte()
251{
252 uint8_t b;
253 this->read(&b, 1);
254 return b;
255}
256
257void SerialPort::writeByte(uint8_t b)
258{

Callers 4

getRotationalPeriodMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
eraseMethod · 0.80

Calls 1

readMethod · 0.95

Tested by

no test coverage detected