Exemplo n.º 1
0
  @Override
  public void setState(Pin pin, PinState state) {
    super.setState(pin, state);

    com.pi4j.wmtgpio.Gpio.digitalWrite(pin.getAddress(), state.getValue());
  }