#pragma once #include "sensor_state.h" bool initImu(); void maintainImu(ImuState& state); void updateImu(ImuState& state);