Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
uart_drop.c File Reference
+ Include dependency graph for uart_drop.c:

Go to the source code of this file.

Macros

#define DROP_STRINGLEN   19
 

Functions

void drop_ball (uint8_t number)
 

Variables

static uint8_t drop_string [] = "<Drop_Paintball_Now"
 

Detailed Description

Author
Freek van Tienen Module for dropping balls using UART

Definition in file uart_drop.c.

Macro Definition Documentation

#define DROP_STRINGLEN   19

Definition at line 30 of file uart_drop.c.

Referenced by drop_ball().

Function Documentation

void drop_ball ( uint8_t  number)

Definition at line 32 of file uart_drop.c.

References drop_string, DROP_STRINGLEN, and uart_put_byte().

+ Here is the call graph for this function:

Variable Documentation

uint8_t drop_string[] = "<Drop_Paintball_Now"
static

Definition at line 29 of file uart_drop.c.

Referenced by drop_ball().