AP_InertialSensor: updated comments

This commit is contained in:
Andrew Tridgell 2014-10-16 13:31:21 +11:00
parent 3a9a5a9c18
commit bc5d79118d

View File

@ -15,7 +15,11 @@
*/
/*
IMU driver backend class
IMU driver backend class. Each supported gyro/accel sensor type
needs to have an object derived from this class.
Note that drivers can implement just gyros or just accels, and can
also provide multiple gyro/accel instances.
*/
#ifndef __AP_INERTIALSENSOR_BACKEND_H__
#define __AP_INERTIALSENSOR_BACKEND_H__