6 lines
123 B
C
6 lines
123 B
C
#pragma once
|
|
#include "sensor_state.h"
|
|
bool initImu();
|
|
void maintainImu(ImuState& state);
|
|
void updateImu(ImuState& state);
|