[Overview][Resource strings][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Accessing MCP23S17 using SPI device
Source position: mcp23017.pas line 142
type TMCP23S17Controller = class(TMCP23X17Controller) |
||
protected |
||
|
||
function GetRegisterValue(); override; |
|
|
procedure SetRegisterValue(); override; |
|
|
public |
||
constructor Create(); |
|
Create new instance |
destructor Destroy; override; |
|
|
property SPIDevice: TSPIDevice; [rw] |
|
|
end; |
|
Accessing MCP23S17 using SPI device |
|
| | ||
|
Abstract base controller for MCP23017 and MCP23S17 |
|
| | ||
TObject |