MCPcopy 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
188bool UARTInterface::readable()
189{
190 return uart_is_readable_within_us(uart, 1000);
191}
192
193bool UARTInterface::read_uart(uint8_t size, uint8_t *dest)
194{

Callers 1

tick_updatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected