Temperature | {{data.temperatureC.toFixed(2)}}°C | ||
Orientation | pitch {{data.orientation.pitch.toFixed(2)}} | roll {{data.orientation.roll.toFixed(2)}} | yaw {{data.orientation.yaw.toFixed(2)}} |
Accelerometer | x {{data.accelGX.toFixed(2)}} | y {{data.accelGY.toFixed(2)}} | z {{data.accelGZ.toFixed(2)}} |
Gyro | x {{data.gyroDegreeX.toFixed(2)}} | y {{data.gyroDegreeY.toFixed(2)}} | z {{data.gyroDegreeY.toFixed(2)}} |