app_switchimu.h 336 B

12345678910111213141516171819
  1. #ifndef __app_switchimu_h__
  2. #define __app_switchimu_h__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. #include <string.h>
  6. #include "sdk_common.h"
  7. #include "SEGGER_RTT.h"
  8. #include "usr_config.h"
  9. #define USED_FRONT_LSM 0
  10. #define USED_CENTER_LSM 1
  11. void app_switchimu_Init(void);
  12. uint8_t app_switchimu_GetGameModeLsm(void);
  13. #endif