Ejemplo n.º 1
0
 public I2CController(I2CBusService i2cBusService)
 {
     _i2CBusService = i2cBusService ?? throw new ArgumentNullException(nameof(i2cBusService));
 }
Ejemplo n.º 2
0
 public I2CBusPythonProxy(I2CBusService i2CBusService)
 {
     _i2CBusService = i2CBusService ?? throw new ArgumentNullException(nameof(i2CBusService));
 }