BCM2835.setState

Sets the given pins to the given state

  1. void setState(Pin p, State s)
  2. void setState(T pins, State s)
    class BCM2835
    void
    setState
    (
    T...
    )
    if (
    isVariadicArgsOf!(Pin, T)
    )

Parameters

pins T

the pins

s State

the state

Meta