AP_InertialSensor: updated comments
This commit is contained in:
parent
3a9a5a9c18
commit
bc5d79118d
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user