Added notes to Imu.ax, ay, az

This commit is contained in:
Jason Short 2011-12-09 15:35:38 -08:00
parent 9ef902d4a5
commit 9afd99b834

View File

@ -1014,9 +1014,9 @@ static void
print_accel_offsets(void)
{
Serial.printf_P(PSTR("A_off: %4.2f, %4.2f, %4.2f\n"),
(float)imu.ax(),
(float)imu.ay(),
(float)imu.az());
(float)imu.ax(), // Pitch
(float)imu.ay(), // Roll
(float)imu.az()); // YAW
}
static void