UnlimitedHand Reference for Arduino

Name:

checkRawAccelValues()

Description: Outputting the raw Accel data to check from the accelometer.
Returns: void
Parameters: N/A
Examples:
Related Methods: int MPU6050_read_two




Name:

readRawGyroValues( int GyroRawValue[] )

Description: To output the raw Gyro data to check from the gyro sensor.
Returns: void
Parameters: int GyroRawValue[]
Examples:
Related Methods: int MPU6050_read_two