Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Go to the source code of this file.
Macros | |
#define | switch_uart_SwitchUartChannel(X) ({switch_uart_channel=X;drop_ball(switch_uart_channel); false;}) |
Functions | |
void | drop_ball (uint8_t number) |
void | periodic_switch_uart (void) |
Variables | |
uint8_t | switch_uart_channel |
uint8_t | switch_uart_status |
Definition in file switch_uart.h.
#define switch_uart_SwitchUartChannel | ( | X | ) | ({switch_uart_channel=X;drop_ball(switch_uart_channel); false;}) |
Definition at line 31 of file switch_uart.h.
void drop_ball | ( | uint8_t | number | ) |
Definition at line 44 of file switch_uart.c.
References drop_string, DROP_STRINGLEN, last, and uart_put_byte().
void periodic_switch_uart | ( | void | ) |
Definition at line 36 of file switch_uart.c.
References switch_uart_status, uart_char_available(), and uart_getch().
|
extern |
Definition at line 29 of file switch_uart.c.
|
extern |
Definition at line 30 of file switch_uart.c.
Referenced by periodic_switch_uart().