GHIElectronics.UAP.Shields.FEZHAT.IsDIO22Pressed C# (CSharp) Method

IsDIO22Pressed() public method

Whether or not the button labeled DIO18 is pressed.
public IsDIO22Pressed ( ) : bool
return bool
        public bool IsDIO22Pressed() => this.dio22.Read() == GpioPinValue.Low;