Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/sensors/generic_uart.h"
#include "modules/datalink/telemetry.h"
#include "mcu_periph/uart.h"
Go to the source code of this file.
Macros | |
#define | GENERIC_UART_ENDCHAR '>' |
#define | GENERIC_UART_MAX_SENDLEN 64 |
#define | GENERIC_UART_MAX_BUFSIZE 128 |
Functions | |
void | generic_uart_event (void) |
Variables | |
static struct link_device * | gen_uart_dev = (&((GENERIC_UART_PORT).device)) |
UART device for communication. More... | |
Definition in file generic_uart.c.
#define GENERIC_UART_ENDCHAR '>' |
Definition at line 33 of file generic_uart.c.
#define GENERIC_UART_MAX_BUFSIZE 128 |
Definition at line 43 of file generic_uart.c.
#define GENERIC_UART_MAX_SENDLEN 64 |
Definition at line 38 of file generic_uart.c.
void generic_uart_event | ( | void | ) |
Definition at line 50 of file generic_uart.c.
References char_available(), DefaultChannel, DefaultDevice, gen_uart_dev, GENERIC_UART_ENDCHAR, GENERIC_UART_MAX_BUFSIZE, and GENERIC_UART_MAX_SENDLEN.
|
static |
UART device for communication.
Definition at line 47 of file generic_uart.c.
Referenced by generic_uart_event().