39#include <pbio/error.h>
pbio_error_t hub_imu_init(void)
Initialize the IMU driver.
Definition: imu.c:21
void hub_imu_get_angular_velocity(float angv[3])
Get the angular velocity by the IMU.
Definition: imu.c:29
void hub_imu_get_acceleration(float accel[3])
Get the acceleration by the IMU.
Definition: imu.c:25
float hub_imu_get_temperature(void)
Get the temperature by the IMU.
Definition: imu.c:33