[Overview][Classes][Index] Reference for unit 'gpioexp' (#pascalio)

TGpioSPIController

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

Abstract class for SPI expander

Declaration

Source position: gpioexp.pas line 54

type TGpioSPIController = class(TGpioController)

protected

  fSPIDevice: TSPIDevice;

  

  property SPI: TSPIDevice; [r]

  

public

  constructor Create(); virtual;

  

end;

Inheritance

TGpioSPIController

  

Abstract class for SPI expander

|

TGpioController

  

Generic class for a goup of GPIO pins controlled together

|

TObject

Description

All GPIO expander providing an SPI interface should inerhit from this class.


Documentation generated on: 2020-05-22