BCM2835.setType

Sets the given pins to the given mode

  1. void setType(Pin p, Mode m)
  2. void setType(T pins, Mode m)
    class BCM2835
    void
    setType
    (
    T...
    )
    (,)
    if (
    isVariadicArgsOf!(Pin, T)
    )

Parameters

pins T

the pins

m Mode

the mode

Meta