public byte ReadPort2(IController c, bool leftMode, bool updateWheel)
        {
            if (updateWheel)
            {
                wheel2 = Port2.UpdateWheel(c, wheel2);
            }

            return(Port2.Read(c, leftMode, wheel2));
        }
예제 #2
0
        public byte ReadPort2(IController c, bool leftMode, bool updateWheel)
        {
            wheel2 = Port2.UpdateWheel(c);

            return(Port2.Read(c, leftMode, updateWheel, temp_wheel2));
        }