[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Abstract class for I2C expander
Source position: gpioexp.pas line 44
type TGpioI2CController = class(TGpioController) |
||
protected |
||
|
||
property I2C: TI2CDevice; [r] |
|
|
public |
||
constructor Create(); virtual; |
|
|
end; |
|
Abstract class for I2C expander |
|
| | ||
|
Generic class for a goup of GPIO pins controlled together |
|
| | ||
TObject |
All GPIO expander providing an I2C interface should inerhit from this class.