pdrStatus.h 172 B

12345678910
  1. #ifndef __pdr_status_h__
  2. #define __pdr_status_h__
  3. #include "main.h"
  4. void set_pdr_status(void);
  5. void estimate_gyr_bias_interface(int16_t *gyr, int sample_count);
  6. #endif