xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
Complementary-Filter Implementation. More...
#include <stdint.h>
#include <avr/io.h>
#include <time.h>
#include <complementary.h>
#include <config.h>
Go to the source code of this file.
Functions | |
void | complementaryInit (Complementary *data) |
Initialize a Complementary-State. More... | |
void | complementaryExecute (Complementary *data, double acc, double gyro) |
Step the Complementary Filter. More... | |
Complementary-Filter Implementation.
Definition in file complementary.c.