Usage of each block

日本語のページ

Initializing the MPU6050

Initialize MPU6050

Initialize the MPU6050 on a microcontroller with fixed I2C SDA/SCL pins.
Specify the variable of the connected microcontroller.

Initialize MPU6050 by specifying SDA/SCL pin numbers

Initialize MPU6050 with specifying SDA/SCL pin

Initialize MPU6050 on a microcontroller where the I2C SDA/SCL pins are not fixed.
Specify the variable of the connected microcontroller and the SDA/SCL pin numbers.

Update MPU6050 information

Update MPU6050

Update the MPU6050 acceleration/gyro sensor information.
It is necessary to update before obtaining information.

Read data from MPU6050

Read data from MPU6050

Read acceleration/angular velocity data for each axis from the MPU6050.
Specify the type of information you want to get.