Synopsis
void ahrs_fixed_init(AHRS_STATE_t *self);
Description

ahrs_fixed_init initializes the AHRS reference system self. Once initialized, all computations that update the AHRS state are performed in fixed point.

Thread Safety

ahrs_fixed_init is thread safe.