[Overview][Classes][Index] Reference for unit 'gpioexp' (#pascalio)

TGpioI2CController

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Abstract class for I2C expander

Declaration

Source position: gpioexp.pas line 44

type TGpioI2CController = class(TGpioController)

protected

  fI2CDevice: TI2CDevice;

  

  property I2C: TI2CDevice; [r]

  

public

  constructor Create(); virtual;

  

end;

Inheritance

TGpioI2CController

  

Abstract class for I2C expander

|

TGpioController

  

Generic class for a goup of GPIO pins controlled together

|

TObject

Description

All GPIO expander providing an I2C interface should inerhit from this class.


Documentation generated on: 2020-05-22