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