Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Macros | |
#define | DROP_STRINGLEN 19 |
Functions | |
void | periodic_switch_uart (void) |
void | drop_ball (uint8_t number) |
Variables | |
uint8_t | switch_uart_channel = 0 |
uint8_t | switch_uart_status = 0 |
static uint8_t | drop_string [] = "<Drop_Paintball_Now" |
#define DROP_STRINGLEN 19 |
Definition at line 33 of file switch_uart.c.
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().
|
static |
Definition at line 32 of file switch_uart.c.
Referenced by drop_ball().
uint8_t switch_uart_channel = 0 |
Definition at line 29 of file switch_uart.c.
uint8_t switch_uart_status = 0 |
Definition at line 30 of file switch_uart.c.
Referenced by periodic_switch_uart().