RealI2CWrapper constructor

RealI2CWrapper(
  1. int busNum
)

Implementation

RealI2CWrapper(int busNum) {
  device = I2C(busNum);
}