Koduino
|
Base IMU class that any IMU hardware should derive from. More...
#include <IMU.h>
Public Member Functions | |
virtual void | readSensors ()=0 |
Read IMU hardware and set acc, gyr in units of m/s^2 and rad/s. More... | |
Inherited by MPU6000.
|
pure virtual |