add comment

This commit is contained in:
murmur 2024-12-24 00:00:46 +08:00
parent 614cb70134
commit c7be59a71d

View File

@ -999,6 +999,11 @@ uint8_t ValveBackToOrigin(uint8_t index,uint8_t direction) {
SetValveFunc(index, RTU_VALVE_CFG_DISABLE);
SetValveFunc(index, RTU_VALVE_CFG_ENABLE);
SetValveFunc(index, RTU_VALVE_CFG_RUN_ORIGIN);
// 2,3,4,5设置过后可不再设置
// 1,6为必须
// 堵转点即为原点读位置应为0或小于200
// 不同在于负堵转时目标位置10000为正0x2710正堵转时目标位置为负0xffffd8f0
}
/**