minipix_uart_interface
A library and examples for the MiniPIX UART interface
gatherer_interface_linux.cpp File Reference
+ Include dependency graph for gatherer_interface_linux.cpp:

Functions

void gatherer_linux_sendChar (const uint8_t char_out)
 
void gatherer_linux_sendString (const uint8_t *str_out, const uint16_t len)
 

Variables

SerialPort serial_port_gatherer_
 
uint8_t tx_buffer_gatherer_ [SERIAL_BUFFER_SIZE]
 

Function Documentation

◆ gatherer_linux_sendChar()

void gatherer_linux_sendChar ( const uint8_t  char_out)

◆ gatherer_linux_sendString()

void gatherer_linux_sendString ( const uint8_t *  str_out,
const uint16_t  len 
)

Variable Documentation

◆ serial_port_gatherer_

SerialPort serial_port_gatherer_

◆ tx_buffer_gatherer_

uint8_t tx_buffer_gatherer_[SERIAL_BUFFER_SIZE]