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.
|
|
#pragma once
#define VERSION "v1.0.0"
#define MANUFACTURER "http://www.iflytop.com/"
#define PROJECT_NAME "ecom_monitor"
#define DEBUG_UART huart1
#define DEBUG_LIGHT_GPIO PA1
#define DELAY_US_TIMER htim6 // 定时器无需配置使能即可
#define TIM_IRQ_SCHEDULER_TIMER htim7 // 定时器无需配置使能即可
#define IFLTYOP_ZTICKET_TIMER TIM11 //
#define IFLYTOP_ENABLE_OS 1
#define IFLYTOP_PREEMPTPRIORITY_DEFAULT 5
/*********************************************************************************/
#define VELOCITY_MAX_NUM 5000
#define FLOW_RATE_MAX_NUM 10.0
|