Exemple #1
0
        public PQ110_BcdToDec() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Bcd_To_Dec();

            SetPinModes(0, 6, PinMode.Ouput);
            SetPinModes(8, 10, PinMode.Ouput);
        }
Exemple #2
0
        public PQ110_BcdToDec() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Bcd_To_Dec();

            PinModes[0]  = PinMode.Ouput;
            PinModes[1]  = PinMode.Ouput;
            PinModes[2]  = PinMode.Ouput;
            PinModes[3]  = PinMode.Ouput;
            PinModes[4]  = PinMode.Ouput;
            PinModes[5]  = PinMode.Ouput;
            PinModes[6]  = PinMode.Ouput;
            PinModes[8]  = PinMode.Ouput;
            PinModes[9]  = PinMode.Ouput;
            PinModes[10] = PinMode.Ouput;
        }