Beispiel #1
0
 @Override
 public boolean isState(PinState state, GpioPinDigital... pin) {
   return delegate.isState(state, pin);
 }