minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
#include <gatherer_interface_linux.h>
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] |
void gatherer_linux_sendChar | ( | const uint8_t | char_out | ) |
void gatherer_linux_sendString | ( | const uint8_t * | str_out, |
const uint16_t | len | ||
) |
SerialPort serial_port_gatherer_ |
uint8_t tx_buffer_gatherer_[SERIAL_BUFFER_SIZE] |