44#include <pbio/error.h>
pbio_error_t hub_imu_init(void)
Initialize the IMU driver.
Definition imu.c:32
bool hub_imu_is_ready(void)
Check if the IMU module is "ready.".
Definition imu.c:70
bool hub_imu_is_stationary(void)
Check if the IMU module is "stationary.".
Definition imu.c:74
void hub_imu_get_angular_velocity(float angv[3])
Get the angular velocity by the IMU.
Definition imu.c:91
void hub_imu_get_acceleration(float accel[3])
Get the acceleration by the IMU.
Definition imu.c:87
void hub_imu_reset_heading(void)
Reset the heading angle of the IMU.
Definition imu.c:103
float hub_imu_get_heading(void)
Get the heading angle of the IMU.
Definition imu.c:99
void hub_imu_set_tilt(float angle)
Set the tilt angle of the IMU module.
Definition imu.c:78
float hub_imu_get_temperature(void)
Get the temperature by the IMU.
Definition imu.c:95