Unosquare
    Show / Hide Table of Contents

    Enum EdgeDetection

    Defines the edge detection strategies.

    Namespace: Unosquare.PiGpio.NativeEnums
    Syntax
    public enum EdgeDetection

    Fields

    Name Description
    EitherEdge

    Rising and falling edge detection strategy

    FallingEdge

    The falling edge (from high to low voltage)

    RisingEdge

    The rising edge (from low to high voltage)

    Comments

    Back to top Copyright © 2017-2019 Unosquare