Files
stm32uav/mainloop/madgwick.h
2022-09-12 15:00:27 +02:00

14 lines
199 B
C

/*
* Copyright 2022 Oleg Borodin <borodin@unix7.org>
*/
#ifndef MADGWIC_H_QWERTY
#define MADGWIC_H_QWERTY
#include <geometry.h>
void madgwick(double dt, quaternion_t* q, imuvec_t* m);
#endif