[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Gpio Controller class for MCP23S17
Source position: gpioexp.pas line 109
type TMCP23S17 = class(TGpioSPIController) |
||
protected |
||
|
||
|
||
function GetActiveLow(); override; |
|
|
function GetCount; override; |
|
|
function GetDirection(); override; |
|
|
function GetInterruptMode(); override; |
|
|
function GetValue(); override; |
|
|
procedure SetActiveLow(); override; |
|
|
procedure SetDirection(); override; |
|
|
procedure SetInterruptMode(); override; |
|
|
procedure SetValue(); override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
end; |
|
Gpio Controller class for MCP23S17 |
|
| | ||
|
Abstract class for SPI expander |
|
| | ||
|
Generic class for a goup of GPIO pins controlled together |
|
| | ||
TObject |