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

IsDIO18Pressed() public méthode

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