imu.h
Go to the documentation of this file.
KSensorStatus k_get_compass(k_sensor_vector_t *mag)
Reads magnetometer data from the related sensor.
KSensorStatus k_get_acceleration(k_sensor_vector_t *accel)
Reads accelerometer data from the related sensor.
KSensorStatus k_initialize_imu_sensor(void)
Setup the IMU interface and any related sensors.
KSensorStatus k_get_gyro(k_sensor_vector_t *gyro)
Reads gyroscope data from the related sensor.
KSensorStatus k_get_absolute_position(k_position_vector_t *pos)
Computes absolute position in a quaternion vector using sensor fusion.