示例#1
0
        public PQ111_BcdToSeg() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            PinNames = new string[] { "B", "C", "", "", "", "D", "A", "GND", "e", "d", "c", "b", "a", "G", "f", "VCC" };

            Chip = new Chips.Bcd_To_Seg();

            SetPinModes(8, 14, PinMode.Ouput);
        }
示例#2
0
        public PQ111_BcdToSeg() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Bcd_To_Seg();

            PinModes[14] = PinMode.Ouput;
            PinModes[13] = PinMode.Ouput;
            PinModes[12] = PinMode.Ouput;
            PinModes[11] = PinMode.Ouput;
            PinModes[10] = PinMode.Ouput;
            PinModes[9]  = PinMode.Ouput;
            PinModes[8]  = PinMode.Ouput;
        }