Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
max1167_hw.c File Reference
#include "max1167_hw.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

◆ max1167_hw_feed_value()

void max1167_hw_feed_value ( VEC *  gyro,
VEC *  accel 
)

Definition at line 31 of file max1167_hw.c.

◆ max1167_hw_init()

void max1167_hw_init ( void  )

Definition at line 27 of file max1167_hw.c.

◆ max1167_read()

void max1167_read ( void  )

Definition at line 29 of file max1167_hw.c.