STM32_DMP_Driver
STM32_DMP_Driver copied to clipboard
Porting of MPU6050 and DMP driver from MSP430 example and from Arduino MPU6050 driver.
Results
2
STM32_DMP_Driver issues
Sort by
recently updated
recently updated
newest added
``` E:\GitProject\stm32\mpu6050Test\Core\Inc/MPU6050/I2C.h:22:37: warning: 'struct int_param_s' declared inside parameter list will not be visible outside of this definition or declaration static inline int reg_int_cb(struct int_param_s *int_param) ^~~~~~~~~~~ E:\GitProject\stm32\mpu6050Test\Core\Src\MPU6050\I2C.c: In function 'i2c_write':...
Have you any example to how use this?