UnlimitedHand Reference for Arduino

Name:

gyroX

Data Type: double
Description: It stores the value of the x axis value of the accelometer to gyroRawValues[], and calculate the gyro X value.
Youcan update them by related methods.
Related Method: initAccelGyro_XYZ_Kalman / readAccelGyro_XYZ_Kalman / checkAccelGyro_XYZ_Kalman / <




Name:

gyroY

Data Type: double
Description: It stores the value of the y axis value of the accelometer to gyroRawValues[], and calculate the gyro Y value.
You can update them by related methods.
Related Method: initAccelGyro_XYZ_Kalman / readAccelGyro_XYZ_Kalman / checkAccelGyro_XYZ_Kalman




Name:

gyroZ

Data Type: double
Description: It stores the value of the z axis value of the accelometer to gyroRawValues[], and calculate the gyro Z value.
You can update them by related methods.
Related Method: initAccelGyro_XYZ_Kalman / readAccelGyro_XYZ_Kalman / checkAccelGyro_XYZ_Kalman