pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable PinEdgeConst

    PinEdge: { Both: PinEdge; Falling: PinEdge; Rising: PinEdge }

    The signal transition that triggers a pin interrupt.

    Type Declaration

    • ReadonlyBoth: PinEdge

      Either transition.

    • ReadonlyFalling: PinEdge

      A high-to-low transition.

    • ReadonlyRising: PinEdge

      A low-to-high transition.