|
NinjaFlight
|
#include <stdbool.h>#include <stdint.h>#include <math.h>#include <string.h>#include "common/maths.h"#include "common/axis.h"#include "config/config.h"#include "config/sensors.h"#include "boardalignment.h"
Functions | |
| void | board_alignment_init (struct board_alignment *self, const struct board_alignment_config *config) |
| void | board_alignment_rotate_vector (struct board_alignment *self, int32_t *src, int32_t *dest, uint8_t rotation) |
| void board_alignment_init | ( | struct board_alignment * | self, |
| const struct board_alignment_config * | config | ||
| ) |

| void board_alignment_rotate_vector | ( | struct board_alignment * | self, |
| int32_t * | src, | ||
| int32_t * | dest, | ||
| uint8_t | rotation | ||
| ) |