Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
logger_uart.c File Reference
#include "logger_uart.h"
#include "state.h"
#include "led.h"
#include "modules/imu/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

◆ logger_uart_init()

void logger_uart_init ( void  )

Definition at line 32 of file logger_uart.c.

References logger_uart_data_struct::id, and logger_uart_data.

◆ logger_uart_periodic()

Variable Documentation

◆ logger_uart_data

struct logger_uart_data_struct logger_uart_data

Definition at line 1 of file logger_uart.c.

Referenced by logger_uart_init(), and logger_uart_periodic().