User Activity

Hi,I just uploaded the MPU6050 library to communicate with my STM32F103.Example program is MPU6050DMP6.All works fine when I use I2C1 (default I2C bus).But I want to use the I2C2 bus (controller has 2). I found information stating: #include "Wire.h"e...