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