Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
max1167_hw.c File Reference
#include "max1167.h"
#include "subsystems/imu.h"
+ Include dependency graph for max1167_hw.c:

Go to the source code of this file.

Functions

void max1167_hw_init (void)
 
void max1167_read (void)
 
void max1167_hw_feed_value (VEC *gyro, VEC *accel)
 

Function Documentation

void max1167_hw_feed_value ( VEC *  gyro,
VEC *  accel 
)

Definition at line 31 of file max1167_hw.c.

void max1167_hw_init ( void  )

Definition at line 27 of file max1167_hw.c.

void max1167_read ( void  )

Definition at line 29 of file max1167_hw.c.