//MPU6050姿态融合算法融合后欧拉角 public class MPUEulerAnglesData{ public double Pitch { set; get; } public double Roll { set; get; } public double Yaw { set; get; } }