NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tilt.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 #include "../config/tilt.h"
5 
7  int16_t motor_pitch_dd;
8  int16_t body_pitch_dd;
9  int16_t roll;
10  int16_t pitch;
11  int16_t yaw;
12  int16_t throttle;
13 };
14 
16  int16_t roll;
17  int16_t pitch;
18  int16_t yaw;
19  int16_t throttle;
20 };
21 
int16_t motor_pitch_dd
Definition: tilt.h:7
int16_t throttle
Definition: tilt.h:19
int16_t throttle
Definition: tilt.h:12
uint8_t output
Definition: mixer.h:12
int16_t yaw
Definition: tilt.h:11
uint8_t input
Definition: mixer.h:13
int16_t roll
Definition: tilt.h:16
Definition: tilt.h:15
int16_t pitch
Definition: tilt.h:10
struct tilt_config tilt
Definition: config.h:118
int16_t yaw
Definition: tilt.h:18
int16_t roll
Definition: tilt.h:9
Definition: tilt.h:34
void tilt_calculate_compensation(const struct tilt_config *tilt, const struct tilt_input_params *input, struct tilt_output_params *output)
Definition: tilt.c:10
int16_t pitch
Definition: tilt.h:17
Definition: tilt.h:6
int16_t body_pitch_dd
Definition: tilt.h:8