xyControl  0.1
Quadrotor Flight Controller on AVR Basis
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
Functions
complementary.c File Reference

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...
 

Detailed Description

Complementary-Filter Implementation.

Definition in file complementary.c.