Example #1
0
 @Override
 public boolean isHigh(GpioPinDigital... pin) {
   return delegate.isHigh(pin);
 }