forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-06 b39a40b0191e0a8b155db74e885ff66e17b91896
Function/VALVE/valve_control.h
@@ -12,8 +12,8 @@
#define   Motor_B_PIN               GPIO_Pin_9
#define   Motor_B_PORT               GPIOB 
#define Motor_B_HIGH                   GPIO_SetBits(Motor_A_PORT,Motor_A_PIN)
#define Motor_B_LOW                   GPIO_ResetBits(Motor_A_PORT,Motor_A_PIN)
#define Motor_B_HIGH                   GPIO_SetBits(Motor_B_PORT,Motor_B_PIN)
#define Motor_B_LOW                   GPIO_ResetBits(Motor_B_PORT,Motor_B_PIN)
#define   Motor_OP_PIN              GPIO_Pin_6
#define   Motor_OP_PORT              GPIOB