|
Paparazzi UAS
v6.2.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#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 |
| void logger_uart_init | ( | void | ) |
Definition at line 32 of file logger_uart.c.
References logger_uart_data_struct::id, and logger_uart_data.
| void logger_uart_periodic | ( | void | ) |
Definition at line 37 of file logger_uart.c.
References logger_uart_data_struct::acc_x, logger_uart_data_struct::acc_y, logger_uart_data_struct::acc_z, logger_uart_parse::crc, logger_uart_data_struct::gyro_p, logger_uart_data_struct::gyro_q, logger_uart_data_struct::gyro_r, logger_uart_data_struct::id, imu, LED_OFF, LED_ON, logger_uart_data, p, FloatEulers::phi, logger_uart_data_struct::phi, FloatEulers::psi, logger_uart_data_struct::psi, logger_uart_data_struct::start, stateGetNedToBodyEulers_f(), FloatEulers::theta, and logger_uart_data_struct::theta.
Here is the call graph for this function:| 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().