#define MPU6050_SELF_TEST_X 0x0D//R/W [7:5]XA_TEST[4-2] [4:0]XG_TEST[4-0]
#define MPU6050_SELF_TEST_Y 0x0E//R/W [7:5]XA_TEST[4-2] [4:0]XG_TEST[4-0]
#define MPU6050_SELF_TEST_Z 0x0F//R/W [7:5]XA_TEST[4-2] [4:0]XG_TEST[4-0]
#define MPU6050_SELF_TEST_A 0x10//R/W [5:4]XA_TEST[1-0] [3:2]YA_TEST[1-0] [1:0]ZA_TEST[1-0]
/*Self Test Registers(自检寄存器)
*These registers are used for gyroscope and accelerometer self-tests
*that permit the user to test the mechanical and electrical portions
*of the gyroscope and the accelerometer. The following sections
describe the self-test process.
*/
#define MPU6050_SMPLRT_DIV 0x19//R/W [7:0]SMPLRT_DIV
/*Sample Rate Divider(采样频率分频寄存器)
*This register specifies the divider from the gyroscope output rate
*used to generate the Sample Rate for the MPU-60X0.
*/