GrovePiPlusHat constructor

GrovePiPlusHat([
  1. int i2cBus = 1
])

Implementation

GrovePiPlusHat([this.i2cBus = 1]) : super(I2C(i2cBus));