RpiI2C constructor

RpiI2C()

Implementation

RpiI2C() {
  if (_instantiatedI2C) throw I2CException('RpiI2C already instantiated');
  _instantiatedI2C = true;
}