MCPcopy Create free account
hub / github.com/cinder/Cinder / writeByte

Method writeByte

src/cinder/Serial.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void Serial::writeByte( uint8_t data )
310{
311 writeBytes( &data, 1 );
312}
313
314uint8_t Serial::readByte()
315{

Callers 2

setupMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected