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

IsDIO18Pressed() public method

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