Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
309
void Serial::writeByte( uint8_t data )
310
{
311
writeBytes( &data, 1 );
312
}
313
314
uint8_t Serial::readByte()
315
{
Callers
2
setup
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected