GHIElectronics.UAP.Shields.FEZHAT.IsDIO22Pressed C# (CSharp) Méthode

IsDIO22Pressed() public méthode

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