MCPcopy 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
257void SerialPort::writeByte(uint8_t b)
258{
259 this->write(&b, 1);
260}
261
262void SerialPort::write(const Bytes& bytes)
263{

Callers 1

getRotationalPeriodMethod · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected