NanoHatHub constructor

NanoHatHub([
  1. int i2cBus = 0
])

Implementation

NanoHatHub([this.i2cBus = 0]) : super(I2C(i2cBus));