Example #1
0
 public ShiftRegister(int[] pins, GpioController gpio) {
   this.pins = pins;
   this.gpio = gpio;
   provisionPins();
 }