BCM2835.setState

Sets the given pin to the given state

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

Parameters

p Pin

the pin

s State

the state

Meta