MCPcopy Create free account
hub / github.com/Santroller/Santroller / send

Method send

lib/peripherals/uart.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool UARTInterface::send(uint8_t *data, uint8_t size)
162{
163 // if (!uart_is_writable(uart))
164 // {
165 // return false;
166 // }
167 uart_write_blocking(uart, data, size);
168 return true;
169}
170
171bool UARTInterface::read_uart(uint8_t header, uint8_t size, uint8_t *dest)
172{

Callers 7

tickMethod · 0.80
tickMethod · 0.80
send_commandMethod · 0.80
sendaddressMethod · 0.80
eraseMethod · 0.80
writeflashMethod · 0.80
tick_updatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected