Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
logger_uart.c File Reference
#include "logger_uart.h"
#include "state.h"
#include "led.h"
#include "subsystems/imu.h"
#include "mcu_periph/uart.h"
+ Include dependency graph for logger_uart.c:

Go to the source code of this file.

Functions

void logger_uart_init (void)
 
void logger_uart_periodic (void)
 

Variables

struct logger_uart_data_struct logger_uart_data
 

Function Documentation

void logger_uart_init ( void  )

Definition at line 32 of file logger_uart.c.

References logger_uart_data_struct::id, and logger_uart_data.

Variable Documentation

struct logger_uart_data_struct logger_uart_data

Definition at line 30 of file logger_uart.c.

Referenced by logger_uart_init(), and logger_uart_periodic().