config.h 207 B

12345678910111213141516
  1. #ifndef _CONFIG_H_
  2. #define _CONFIG_H_
  3. #define ANALOG_FILTER 3
  4. #define MOTA_END KZ1
  5. #define MOTA_A KZ1
  6. #define MOTA_B KZ1
  7. #define MOTB_END KZ1
  8. #define MOTB_A KZ1
  9. #define MOTB_B KZ1
  10. #endif // _CONFIG_H_