NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
accgyro_spi_mpu6500.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool mpu6500SpiDetect (void)
 
bool mpu6500SpiAccDetect (acc_t *acc)
 
bool mpu6500SpiGyroDetect (gyro_t *gyro)
 
bool mpu6500WriteRegister (uint8_t reg, uint8_t data)
 
bool mpu6500ReadRegister (uint8_t reg, uint8_t length, uint8_t *data)
 

Function Documentation

bool mpu6500ReadRegister ( uint8_t  reg,
uint8_t  length,
uint8_t *  data 
)

Here is the call graph for this function:

bool mpu6500SpiAccDetect ( acc_t acc)

Here is the call graph for this function:

bool mpu6500SpiDetect ( void  )

Here is the call graph for this function:

bool mpu6500SpiGyroDetect ( gyro_t gyro)

Here is the call graph for this function:

bool mpu6500WriteRegister ( uint8_t  reg,
uint8_t  data 
)

Here is the call graph for this function: