Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Santroller/Santroller
/ readable
Method
readable
lib/peripherals/uart.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
bool UARTInterface::readable()
189
{
190
return uart_is_readable_within_us(uart, 1000);
191
}
192
193
bool UARTInterface::read_uart(uint8_t size, uint8_t *dest)
194
{
Callers
1
tick_updates
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected