[Overview][Resource strings][Constants][Classes][Index] Reference for unit 'mcp23017' (#pascalio)

TMCP23017Controller

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Accessing MCP23017 using I2C device

Declaration

Source position: mcp23017.pas line 128

type TMCP23017Controller = class(TMCP23X17Controller)

protected

  fI2CDevice: TI2CDevice;

  

  function GetRegisterValue(); override;

  

  procedure SetRegisterValue(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property I2CDevice: TI2CDevice; [rw]

  

end;

Inheritance

TMCP23017Controller

  

Accessing MCP23017 using I2C device

|

TMCP23X17Controller

  

Abstract base controller for MCP23017 and MCP23S17

|

TObject


Documentation generated on: 2020-05-22