motion_config.h 748 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #ifndef motion_config_H
  2. #define motion_config_H
  3. #define BLACK_SH 1
  4. #define BLUE_SH 2
  5. #define WHITE_SH 3
  6. #define GIRL_SH 4
  7. // <<< Use Configuration Wizard in Context Menu >>>\n
  8. // <h> 公共
  9. // <o> DIRECTION_SH - 鞋子朝向
  10. // <0=> DEFAULT_SH
  11. // <1=> BLACK_SH
  12. // <2=> BLUE_SH
  13. // <3=> WHITE_SH
  14. // <4=> GIRL_SH
  15. #ifndef DIRECTION_SH
  16. #define DIRECTION_SH 0
  17. #endif
  18. // <o> SH_NUMBER - 鞋子模块编号
  19. #ifndef SH_NUMBER
  20. #define SH_NUMBER 20
  21. #endif
  22. // <q> CAL_MODE - 校准模式
  23. #ifndef CAL_MODE
  24. #define CAL_MODE 0
  25. #endif
  26. // <q> LEFT_IS_HOST - 左脚是否为主机
  27. #ifndef LEFT_IS_HOST
  28. #define LEFT_IS_HOST 1
  29. #endif
  30. // <q> GIRL_SHOES - 是否为女鞋
  31. #ifndef GIRL_SHOES
  32. #define GIRL_SHOES 0
  33. #endif
  34. // <<< end of configuration section >>>
  35. #endif //SDK_CONFIG_H