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
439 B
18 lines
439 B
//
|
|
// Created by iflyt on 2025/7/10.
|
|
//
|
|
|
|
#ifndef PROJECT_CONFG_H
|
|
#define PROJECT_CONFG_H
|
|
|
|
#define SUB_SPRAY_VERVION_V1 1
|
|
#define SUB_SPRAY_VERVION_V2 2
|
|
|
|
#define SUB_SPRAY_VERVION SUB_SPRAY_VERVION_V2
|
|
#define MOTOR_REAL 1 // 真实电机导程
|
|
#define GY_USE_TIM4 0 // TIM 4 通道与 其他通道有冲突, 新版 设置为 0
|
|
|
|
#define HG_ENABLE 1 // 高压包使能
|
|
#define TW_ENABLE 1 // 三通阀使能
|
|
|
|
#endif //PROJECT_CONFG_H
|