You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
578 B

2 years ago
2 years ago
2 years ago
  1. #pragma once
  2. #define VERSION "v1.0.0"
  3. #define MANUFACTURER "http://www.iflytop.com/"
  4. #define PROJECT_NAME "ecom_monitor"
  5. #define DEBUG_UART huart1
  6. #define DEBUG_LIGHT_GPIO PA1
  7. #define DELAY_US_TIMER htim6 // US��ʱ��ʱ��
  8. #define TIM_IRQ_SCHEDULER_TIMER htim7 // �ж϶�ʱ���жϵ�����
  9. #define IFLTYOP_ZTICKET_TIMER TIM11 // ϵͳticket��ʱ��
  10. #define IFLYTOP_ENABLE_OS 1
  11. #define IFLYTOP_PREEMPTPRIORITY_DEFAULT 5
  12. /*********************************************************************************/
  13. #define VELOCITY_MAX_NUM 5000
  14. #define FLOW_RATE_MAX_NUM 10.0