Browse Source

AP_Compass: log message information for MMC3416

zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
851d9ae1ef
  1. 9
      libraries/AP_Compass/AP_Compass_MMC3416.cpp

9
libraries/AP_Compass/AP_Compass_MMC3416.cpp

@ -224,6 +224,15 @@ void AP_Compass_MMC3416::timer() @@ -224,6 +224,15 @@ void AP_Compass_MMC3416::timer()
}
#if 0
// @LoggerMessage: MMO
// @Description: MMC3416 compass data
// @Field: TimeUS: Time since system startup
// @Field: Nx: new measurement X axis
// @Field: Ny: new measurement Y axis
// @Field: Nz: new measurement Z axis
// @Field: Ox: new offset X axis
// @Field: Oy: new offset Y axis
// @Field: Oz: new offset Z axis
AP::logger().Write("MMO", "TimeUS,Nx,Ny,Nz,Ox,Oy,Oz", "Qffffff",
AP_HAL::micros64(),
(double)new_offset.x,

Loading…
Cancel
Save