ardupilot/libraries/AP_InertialSensor
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches
* I mostly went through with grep and added an #include <AP_Param.h> below
  every #include <AP_Common.h>. Not all of these example sketches might
  strictly need AP_Param.
2012-12-20 14:51:19 +11:00
..
examples/MPU6000 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 2012-12-20 14:51:19 +11:00
AP_InertialSensor.cpp AP_InertialSensor: add comments to give credit for accel calibration method to Rolfe Schmidt 2012-12-05 09:35:55 +09:00
AP_InertialSensor.h AP_InertialSensor: add comments to give credit for accel calibration method to Rolfe Schmidt 2012-12-05 09:20:31 +09:00
AP_InertialSensor_MPU6000.cpp ArduCopter, AP_InertialSensor: restore mpu6k sample rate to 200hz but keep default filtering at 42hz. 2012-12-09 14:27:33 +09:00
AP_InertialSensor_MPU6000.h AP_InertialSensor: removed axis getters for accel/gyro 2012-12-04 09:11:55 +11:00
AP_InertialSensor_Oilpan.cpp AP_InertialSensor: removed axis getters for accel/gyro 2012-12-04 09:11:55 +11:00
AP_InertialSensor_Oilpan.h AP_InertialSensor: removed axis getters for accel/gyro 2012-12-04 09:11:55 +11:00
AP_InertialSensor_Stub.cpp AP_InertialSensor: removed axis getters for accel/gyro 2012-12-04 09:11:55 +11:00
AP_InertialSensor_Stub.h AP_InertialSensor: removed axis getters for accel/gyro 2012-12-04 09:11:55 +11:00