Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ readByte
Method
readByte
src/cinder/Serial.cpp:314–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
uint8_t Serial::readByte()
315
{
316
uint8_t result;
317
readBytes( &result, 1 );
318
return result;
319
}
320
321
std::string Serial::readStringUntil( char token, size_t maxLength, double timeoutSeconds )
322
{
Callers
1
setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected