protected async override Task Initialize(ISocket parentSocket) { this.x = await parentSocket.CreateAnalogIOAsync(SocketPinNumber.Four); this.y = await parentSocket.CreateAnalogIOAsync(SocketPinNumber.Five); this.input = await parentSocket.CreateDigitalIOAsync(SocketPinNumber.Three); }
protected async override Task Initialize(ISocket parentSocket) { this.input = await parentSocket.CreateAnalogIOAsync(SocketPinNumber.Three); }
protected async override Task Initialize(ISocket parentSocket) { this.input = await parentSocket.CreateAnalogIOAsync(SocketPinNumber.Five); }
protected async override Task Initialize(ISocket parentSocket) { this.input = await parentSocket.CreateAnalogIOAsync(SocketPinNumber.Three); this.enable = await parentSocket.CreateDigitalIOAsync(SocketPinNumber.Six, true); }