Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mpu60x0.c File Reference

MPU-60X0 driver common functions (I2C and SPI). More...

+ Include dependency graph for mpu60x0.c:

Go to the source code of this file.

Functions

void mpu60x0_set_default_config (struct Mpu60x0Config *c)
 
void mpu60x0_send_config (Mpu60x0ConfigSet mpu_set, void *mpu, struct Mpu60x0Config *config)
 Configuration sequence called once before normal use. More...
 

Detailed Description

MPU-60X0 driver common functions (I2C and SPI).

Still needs the either the I2C or SPI specific implementation.

Definition in file mpu60x0.c.

Function Documentation