This commit is contained in:
atvstdla
2025-09-26 18:15:59 +09:00
parent 54c64a06bd
commit 16da4a5ffa
65 changed files with 5700 additions and 3514 deletions

View File

@@ -385,9 +385,9 @@ namespace Project
{
if (SETTING.System.ReverseSIG_PortDetect2Up) curValue = !curValue;
}
else if (pin == eDIName.L_CONV1 || pin == eDIName.L_CONV4 || pin == eDIName.L_CONV3)
else if (pin == eDIName.L_CONV1 || pin == eDIName.L_CONV4)
curValue = !curValue;
else if (pin == eDIName.R_CONV1 || pin == eDIName.R_CONV4 || pin == eDIName.R_CONV3)
else if (pin == eDIName.R_CONV1 || pin == eDIName.R_CONV4)
curValue = !curValue;
return curValue;
}
@@ -541,9 +541,9 @@ namespace Project
if (index == 2 && AR.SETTING.Data.Enable_Magnet2 == false) return true;
}
if (index == 0) return DIO.SetOutput(eDOName.CART_MAG0, on);
else if (index == 1) return DIO.SetOutput(eDOName.CART_MAG1, on);
else return DIO.SetOutput(eDOName.CART_MAG2, on);
if (index == 0) return DIO.SetOutput(eDOName.PORTL_MAGNET, on);
else if (index == 1) return DIO.SetOutput(eDOName.PORTC_MAGNET, on);
else return DIO.SetOutput(eDOName.PORTR_MAGNET, on);
}
/// <summary>
/// CW = Up, CCW = Dn