public IndirectedPwmOutput(CY8C9560A.Pin pin, CY8C9560A cy8) { this.cy8 = cy8; this.pin = pin; }
public IndirectedDigitalIO(CY8C9560A.Pin pin, CY8C9560A cy8) { this.pin = pin; this.isInterrupt = false; this.cy8 = cy8; this.cy8.SetOutput(this.pin); }
public IndirectedPwmOutput(CY8C9560A.Pin pin, CY8C9560A cy8) { this.cy8 = cy8; this.pin = pin; }
public IndirectedDigitalIO(CY8C9560A.Pin pin, CY8C9560A cy8) { this.pin = pin; this.isInterrupt = false; this.cy8 = cy8; this.cy8.SetOutput(this.pin); }